Lines Matching full:good

248 	unsigned long rx_ok;	      /* The number of good packet received. */
249 unsigned long rx_bcast; /* The number of good broadcast packet received. */
250 unsigned long rx_mcast; /* The number of good multicast packet received. */
255 …unsigned long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included.…
256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */
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…
274 unsigned long tx_ok; /* The number of good packet transmitted. */
275 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
276 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
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…