Lines Matching full:packets
253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */
254 …unsigned long rx_len_err; /* The number of packets with mismatch of length field and actual si…
256 …unsigned long rx_runt; /* The number of packets received that are less than 64 byte long an…
257 …unsigned long rx_frag; /* The number of packets received that are less than 64 byte long an…
258 …unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long…
259 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 a…
260 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 …
261 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 …
262 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
263 …unsigned long rx_sz_1024_1518; /* The number of good and bad packets received that are between …
264 …unsigned long rx_sz_1519_max; /* The number of good and bad packets received that are between 1519…
265 …unsigned long rx_sz_ov; /* The number of good and bad packets received that are more than MT…
271 unsigned long rx_err_addr; /* The number of packets dropped due to address filtering. */
278 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
279 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding P…
280 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
282 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte l…
283 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 6…
284 …unsigned long tx_sz_128_255; /* The number of good and bad packets transmitted that are between 1…
285 …unsigned long tx_sz_256_511; /* The number of good and bad packets transmitted that are between 2…
286 …unsigned long tx_sz_512_1023; /* The number of good and bad packets transmitted that are between 5…
287 …unsigned long tx_sz_1024_1518; /* The number of good and bad packets transmitted that are betwe…
288 …unsigned long tx_sz_1519_max; /* The number of good and bad packets transmitted that are between 1…
289 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with …
290 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with …
291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
292 …unsigned long tx_abort_col; /* The number of transmit packets aborted due to excessive collision…
293 …unsigned long tx_underrun; /* The number of transmit packets aborted due to transmit FIFO under…
295 …unsigned long tx_len_err; /* The number of transmit packets with length field does NOT match t…
296 …unsigned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MT…