Lines Matching full:transmitted

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. */
277 unsigned long tx_pause; /* The number of Pause packet transmitted. */
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. */
281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
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. */
297 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
298 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */