Searched defs:mac_hw_stats (Results 1 – 1 of 1) sorted by relevance
220 struct mac_hw_stats { struct221 u64 rx_good_pkts; /* only for xgmac */222 u64 rx_good_bytes;223 u64 rx_total_pkts; /* only for xgmac */224 u64 rx_total_bytes; /* only for xgmac */225 u64 rx_bad_bytes; /* only for gmac */226 u64 rx_uc_pkts;227 u64 rx_mc_pkts;228 u64 rx_bc_pkts;229 u64 rx_fragment_err; /* only for xgmac */[all …]