Lines Matching full:packets
214 u64 rx_ok; /* good packets */
215 u64 rx_bcast; /* good broadcast packets */
216 u64 rx_mcast; /* good multicast packets */
218 u64 rx_ctrl; /* control packets other than pause frame. */
219 u64 rx_fcs_err; /* packets with bad FCS. */
220 u64 rx_len_err; /* packets with length mismatch */
222 u64 rx_runt; /* runt packets */
224 u64 rx_sz_64; /* packets that are 64 bytes */
225 u64 rx_sz_65_127; /* packets that are 65-127 bytes */
226 u64 rx_sz_128_255; /* packets that are 128-255 bytes */
227 u64 rx_sz_256_511; /* packets that are 256-511 bytes */
228 u64 rx_sz_512_1023; /* packets that are 512-1023 bytes */
229 u64 rx_sz_1024_1518; /* packets that are 1024-1518 bytes */
230 u64 rx_sz_1519_max; /* packets that are 1519-MTU bytes*/
231 u64 rx_sz_ov; /* packets that are >MTU bytes (truncated) */
232 u64 rx_rxf_ov; /* packets dropped due to RX FIFO overflow */
234 u64 rx_bcast_byte_cnt; /* broadcast packets byte count (without FCS) */
235 u64 rx_mcast_byte_cnt; /* multicast packets byte count (without FCS) */
236 u64 rx_err_addr; /* packets dropped due to address filtering */
241 u64 tx_ok; /* good packets */
242 u64 tx_bcast; /* good broadcast packets */
243 u64 tx_mcast; /* good multicast packets */
244 u64 tx_pause; /* pause packets */
245 u64 tx_exc_defer; /* packets with excessive deferral */
246 u64 tx_ctrl; /* control packets other than pause frame */
247 u64 tx_defer; /* packets that are deferred. */
249 u64 tx_sz_64; /* packets that are 64 bytes */
250 u64 tx_sz_65_127; /* packets that are 65-127 bytes */
251 u64 tx_sz_128_255; /* packets that are 128-255 bytes */
252 u64 tx_sz_256_511; /* packets that are 256-511 bytes */
253 u64 tx_sz_512_1023; /* packets that are 512-1023 bytes */
254 u64 tx_sz_1024_1518; /* packets that are 1024-1518 bytes */
255 u64 tx_sz_1519_max; /* packets that are 1519-MTU bytes */
256 u64 tx_1_col; /* packets single prior collision */
257 u64 tx_2_col; /* packets with multiple prior collisions */
258 u64 tx_late_col; /* packets with late collisions */
259 u64 tx_abort_col; /* packets aborted due to excess collisions */
260 u64 tx_underrun; /* packets aborted due to FIFO underrun */
262 u64 tx_len_err; /* packets with length mismatch */
263 u64 tx_trunc; /* packets truncated due to size >MTU */
264 u64 tx_bcast_byte; /* broadcast packets byte count (without FCS) */
265 u64 tx_mcast_byte; /* multicast packets byte count (without FCS) */