Searched defs:bfi_enet_stats_mac (Results 1 – 1 of 1) sorted by relevance
833 struct bfi_enet_stats_mac { struct834 u64 frame_64; /* both rx and tx counter */835 u64 frame_65_127; /* both rx and tx counter */836 u64 frame_128_255; /* both rx and tx counter */837 u64 frame_256_511; /* both rx and tx counter */838 u64 frame_512_1023; /* both rx and tx counter */839 u64 frame_1024_1518; /* both rx and tx counter */840 u64 frame_1519_1522; /* both rx and tx counter */843 u64 rx_bytes;844 u64 rx_packets;[all …]