|
@@ -787,6 +787,7 @@ struct bfi_enet_stats_bpc {
|
|
|
|
|
|
|
|
/* MAC Rx Statistics */
|
|
/* MAC Rx Statistics */
|
|
|
struct bfi_enet_stats_mac {
|
|
struct bfi_enet_stats_mac {
|
|
|
|
|
+ u64 stats_clr_cnt; /* times this stats cleared */
|
|
|
u64 frame_64; /* both rx and tx counter */
|
|
u64 frame_64; /* both rx and tx counter */
|
|
|
u64 frame_65_127; /* both rx and tx counter */
|
|
u64 frame_65_127; /* both rx and tx counter */
|
|
|
u64 frame_128_255; /* both rx and tx counter */
|
|
u64 frame_128_255; /* both rx and tx counter */
|