Searched refs:T4_PORTSTAT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 8240 #define T4_PORTSTAT(name, desc) \ in cxgbe_sysctls() macro 8276 T4_PORTSTAT(rx_fcs_err, in cxgbe_sysctls() 8302 T4_PORTSTAT(rx_ovflow0, "# drops due to buffer-group 0 overflows"); in cxgbe_sysctls() 8303 T4_PORTSTAT(rx_ovflow1, "# drops due to buffer-group 1 overflows"); in cxgbe_sysctls() 8304 T4_PORTSTAT(rx_ovflow2, "# drops due to buffer-group 2 overflows"); in cxgbe_sysctls() 8305 T4_PORTSTAT(rx_ovflow3, "# drops due to buffer-group 3 overflows"); in cxgbe_sysctls() 8306 T4_PORTSTAT(rx_trunc0, "# of buffer-group 0 truncated packets"); in cxgbe_sysctls() 8307 T4_PORTSTAT(rx_trunc1, "# of buffer-group 1 truncated packets"); in cxgbe_sysctls() 8308 T4_PORTSTAT(rx_trunc2, "# of buffer-group 2 truncated packets"); in cxgbe_sysctls() 8309 T4_PORTSTAT(rx_trunc3, "# of buffer-group 3 truncated packets"); in cxgbe_sysctls() [all …]
|