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