Lines Matching full:rx
19 { "rx-drops" },
20 { "rx-bytes" },
21 { "rx-packets" },
22 { "rx-broadcast-packets" },
23 { "rx-multicast-packets" },
24 { "rx-crc-errors" },
25 { "rx-undersize-errors" },
26 { "rx-oversize-errors" },
27 { "rx-short-fragment-errors" },
28 { "rx-jabber-errors" },
29 { "rx-64-byte-packets" },
30 { "rx-65-127-byte-packets" },
31 { "rx-128-255-byte-packets" },
32 { "rx-256-511-byte-packets" },
33 { "rx-512-1023-byte-packets" },
34 { "rx-1024-1518-byte-packets" },
35 { "rx-pause-frames" },
81 ering->rx_pending = RING_USED(mac->rx)/4; in pasemi_mac_ethtool_get_ringparam()