Home
last modified time | relevance | path

Searched defs:bfi_enet_stats_mac (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/brocade/bna/
Dbfi_enet.h781 struct bfi_enet_stats_mac { struct
782 u64 stats_clr_cnt; /* times this stats cleared */
783 u64 frame_64; /* both rx and tx counter */
784 u64 frame_65_127; /* both rx and tx counter */
785 u64 frame_128_255; /* both rx and tx counter */
786 u64 frame_256_511; /* both rx and tx counter */
787 u64 frame_512_1023; /* both rx and tx counter */
788 u64 frame_1024_1518; /* both rx and tx counter */
789 u64 frame_1519_1522; /* both rx and tx counter */
792 u64 rx_bytes;
[all …]