Lines Matching full:transmitted

325 	unsigned long tx_ok;		/* The number of good packet transmitted. */
326 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
327 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
328 unsigned long tx_pause; /* The number of Pause packet transmitted. */
329 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
330 …unsigned long tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause f…
331 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
332 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
333 …unsigned long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. …
334 …unsigned long tx_sz_65_127; /* The number of good and bad packets transmitted that are between 65 …
335 …unsigned long tx_sz_128_255; /* The number of good and bad packets transmitted that are between 12…
336 …unsigned long tx_sz_256_511; /* The number of good and bad packets transmitted that are between 25…
337 …unsigned long tx_sz_512_1023; /* The number of good and bad packets transmitted that are between 5…
338 …unsigned long tx_sz_1024_1518; /* The number of good and bad packets transmitted that are between …
339 …unsigned long tx_sz_1519_max; /* The number of good and bad packets transmitted that are between 1…
340 …unsigned long tx_1_col; /* The number of packets subsequently transmitted successfully with a sin…
341 …unsigned long tx_2_col; /* The number of packets subsequently transmitted successfully with multi…
342 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
348 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
349 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */