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