diff options
Diffstat (limited to 'drivers/net/ethernet/brocade/bna/bfi_enet.h')
-rw-r--r-- | drivers/net/ethernet/brocade/bna/bfi_enet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/brocade/bna/bfi_enet.h b/drivers/net/ethernet/brocade/bna/bfi_enet.h index eef6e1f8aecc..7d10e335c27d 100644 --- a/drivers/net/ethernet/brocade/bna/bfi_enet.h +++ b/drivers/net/ethernet/brocade/bna/bfi_enet.h | |||
@@ -787,6 +787,7 @@ struct bfi_enet_stats_bpc { | |||
787 | 787 | ||
788 | /* MAC Rx Statistics */ | 788 | /* MAC Rx Statistics */ |
789 | struct bfi_enet_stats_mac { | 789 | struct bfi_enet_stats_mac { |
790 | u64 stats_clr_cnt; /* times this stats cleared */ | ||
790 | u64 frame_64; /* both rx and tx counter */ | 791 | u64 frame_64; /* both rx and tx counter */ |
791 | u64 frame_65_127; /* both rx and tx counter */ | 792 | u64 frame_65_127; /* both rx and tx counter */ |
792 | u64 frame_128_255; /* both rx and tx counter */ | 793 | u64 frame_128_255; /* both rx and tx counter */ |