Lines Matching full:good
301 unsigned long rx_ok; /* The number of good packet received. */
302 unsigned long rx_bcast; /* The number of good broadcast packet received. */
303 unsigned long rx_mcast; /* The number of good multicast packet received. */
308 unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
309 …g rx_runt; /* The number of packets received that are less than 64 byte long and with good FCS. */
311 unsigned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
312 …unsigned long rx_sz_65_127; /* The number of good and bad packets received that are between 65 and…
313 …unsigned long rx_sz_128_255; /* The number of good and bad packets received that are between 128 a…
314 …unsigned long rx_sz_256_511; /* The number of good and bad packets received that are between 256 a…
315 …unsigned long rx_sz_512_1023; /* The number of good and bad packets received that are between 512 …
316 …unsigned long rx_sz_1024_1518; /* The number of good and bad packets received that are between 102…
317 …unsigned long rx_sz_1519_max; /* The number of good and bad packets received that are between 1519…
318 …unsigned long rx_sz_ov; /* The number of good and bad packets received that are more than MTU siz…
327 unsigned long tx_ok; /* The number of good packet transmitted. */
328 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
329 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
335 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. …
336 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 65 …
337 …unsigned long tx_sz_128_255; /* The number of good and bad packets transmitted that are between 12…
338 …unsigned long tx_sz_256_511; /* The number of good and bad packets transmitted that are between 25…
339 …unsigned long tx_sz_512_1023; /* The number of good and bad packets transmitted that are between 5…
340 …unsigned long tx_sz_1024_1518; /* The number of good and bad packets transmitted that are between …
341 …unsigned long tx_sz_1519_max; /* The number of good and bad packets transmitted that are between 1…