Searched defs:bfi_enet_stats_mac (Results 1 – 1 of 1) sorted by relevance
789 struct bfi_enet_stats_mac { struct790 u64 stats_clr_cnt; /* times this stats cleared */791 u64 frame_64; /* both rx and tx counter */792 u64 frame_65_127; /* both rx and tx counter */793 u64 frame_128_255; /* both rx and tx counter */794 u64 frame_256_511; /* both rx and tx counter */795 u64 frame_512_1023; /* both rx and tx counter */796 u64 frame_1024_1518; /* both rx and tx counter */797 u64 frame_1519_1522; /* both rx and tx counter */800 u64 rx_bytes;[all …]