Searched refs:T4_REGSTAT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 8233 #define T4_REGSTAT(name, stat, desc) \ in cxgbe_sysctls() macro 8244 T4_REGSTAT(tx_octets, TX_PORT_BYTES, "# of octets in good frames"); in cxgbe_sysctls() 8245 T4_REGSTAT(tx_frames, TX_PORT_FRAMES, "total # of good frames"); in cxgbe_sysctls() 8246 T4_REGSTAT(tx_bcast_frames, TX_PORT_BCAST, "# of broadcast frames"); in cxgbe_sysctls() 8247 T4_REGSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames"); in cxgbe_sysctls() 8248 T4_REGSTAT(tx_ucast_frames, TX_PORT_UCAST, "# of unicast frames"); in cxgbe_sysctls() 8249 T4_REGSTAT(tx_error_frames, TX_PORT_ERROR, "# of error frames"); in cxgbe_sysctls() 8250 T4_REGSTAT(tx_frames_64, TX_PORT_64B, "# of tx frames in this range"); in cxgbe_sysctls() 8251 T4_REGSTAT(tx_frames_65_127, TX_PORT_65B_127B, "# of tx frames in this range"); in cxgbe_sysctls() 8252 T4_REGSTAT(tx_frames_128_255, TX_PORT_128B_255B, "# of tx frames in this range"); in cxgbe_sysctls() [all …]
|