Searched refs:VGE_SYSCTL_STAT_ADD32 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/ |
H A D | if_vge.c | 2495 #define VGE_SYSCTL_STAT_ADD32(c, h, n, p, d) \ macro 2536 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames", in vge_sysctl_node() 2538 VGE_SYSCTL_STAT_ADD32(ctx, child, "good_frames", in vge_sysctl_node() 2540 VGE_SYSCTL_STAT_ADD32(ctx, child, "fifo_oflows", in vge_sysctl_node() 2542 VGE_SYSCTL_STAT_ADD32(ctx, child, "runts", in vge_sysctl_node() 2544 VGE_SYSCTL_STAT_ADD32(ctx, child, "runts_errs", in vge_sysctl_node() 2546 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_64", in vge_sysctl_node() 2548 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_65_127", in vge_sysctl_node() 2550 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_128_255", in vge_sysctl_node() 2552 VGE_SYSCTL_STAT_ADD32(ctx, child, "frames_256_511", in vge_sysctl_node() [all …]
|