Lines Matching defs:ksz_stats_raw
33 struct ksz_stats_raw { struct
34 u64 rx_hi;
35 u64 rx_undersize;
36 u64 rx_fragments;
37 u64 rx_oversize;
38 u64 rx_jabbers;
39 u64 rx_symbol_err;
40 u64 rx_crc_err;
41 u64 rx_align_err;
42 u64 rx_mac_ctrl;
43 u64 rx_pause;
44 u64 rx_bcast;
45 u64 rx_mcast;
46 u64 rx_ucast;
47 u64 rx_64_or_less;
48 u64 rx_65_127;
49 u64 rx_128_255;
50 u64 rx_256_511;
51 u64 rx_512_1023;
52 u64 rx_1024_1522;
53 u64 rx_1523_2000;
54 u64 rx_2001;
55 u64 tx_hi;
56 u64 tx_late_col;
57 u64 tx_pause;
58 u64 tx_bcast;
59 u64 tx_mcast;
60 u64 tx_ucast;
61 u64 tx_deferred;
62 u64 tx_total_col;
63 u64 tx_exc_col;
64 u64 tx_single_col;
65 u64 tx_mult_col;
66 u64 rx_total;
67 u64 tx_total;
68 u64 rx_discards;
69 u64 tx_discards;