Lines Matching full:transmitted
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. */
330 unsigned long tx_pause; /* The number of Pause packet transmitted. */
331 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
332 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause f…
333 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
334 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
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…
342 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin…
343 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multi…
344 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
350 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
351 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */