Lines Matching refs:ENIC_RX_STAT
25 #define ENIC_RX_STAT(stat) { \ macro
87 ENIC_RX_STAT(rx_frames_ok),
88 ENIC_RX_STAT(rx_frames_total),
89 ENIC_RX_STAT(rx_unicast_frames_ok),
90 ENIC_RX_STAT(rx_multicast_frames_ok),
91 ENIC_RX_STAT(rx_broadcast_frames_ok),
92 ENIC_RX_STAT(rx_bytes_ok),
93 ENIC_RX_STAT(rx_unicast_bytes_ok),
94 ENIC_RX_STAT(rx_multicast_bytes_ok),
95 ENIC_RX_STAT(rx_broadcast_bytes_ok),
96 ENIC_RX_STAT(rx_drop),
97 ENIC_RX_STAT(rx_no_bufs),
98 ENIC_RX_STAT(rx_errors),
99 ENIC_RX_STAT(rx_rss),
100 ENIC_RX_STAT(rx_crc_errors),
101 ENIC_RX_STAT(rx_frames_64),
102 ENIC_RX_STAT(rx_frames_127),
103 ENIC_RX_STAT(rx_frames_255),
104 ENIC_RX_STAT(rx_frames_511),
105 ENIC_RX_STAT(rx_frames_1023),
106 ENIC_RX_STAT(rx_frames_1518),
107 ENIC_RX_STAT(rx_frames_to_max),