Lines Matching full:tx
36 { "tx-bytes" },
37 { "tx-packets" },
38 { "tx-broadcast-packets" },
39 { "tx-multicast-packets" },
40 { "tx-collisions" },
41 { "tx-late-collisions" },
42 { "tx-excessive-collisions" },
43 { "tx-crc-errors" },
44 { "tx-undersize-errors" },
45 { "tx-oversize-errors" },
46 { "tx-64-byte-packets" },
47 { "tx-65-127-byte-packets" },
48 { "tx-128-255-byte-packets" },
49 { "tx-256-511-byte-packets" },
50 { "tx-512-1023-byte-packets" },
51 { "tx-1024-1518-byte-packets" },
77 ering->tx_pending = RING_USED(mac->tx)/2; in pasemi_mac_ethtool_get_ringparam()