Searched refs:VTE_SYSCTL_STAT_ADD32 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/vte/ |
H A D | if_vte.c | 534 #define VTE_SYSCTL_STAT_ADD32(c, h, n, p, d) \ macro 593 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_frames", in vte_sysctl_node() 595 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_bcast_frames", in vte_sysctl_node() 597 VTE_SYSCTL_STAT_ADD32(ctx, child, "good_mcast_frames", in vte_sysctl_node() 599 VTE_SYSCTL_STAT_ADD32(ctx, child, "runt", in vte_sysctl_node() 601 VTE_SYSCTL_STAT_ADD32(ctx, child, "crc_errs", in vte_sysctl_node() 603 VTE_SYSCTL_STAT_ADD32(ctx, child, "long_frames", in vte_sysctl_node() 606 VTE_SYSCTL_STAT_ADD32(ctx, child, "fifo_full", in vte_sysctl_node() 608 VTE_SYSCTL_STAT_ADD32(ctx, child, "desc_unavail", in vte_sysctl_node() 610 VTE_SYSCTL_STAT_ADD32(ctx, child, "pause_frames", in vte_sysctl_node() [all …]
|