#ifndef _MLX4_STATS_
#define _MLX4_STATS_
#define NUM_PRIORITIES …
#define NUM_PRIORITY_STATS …
struct mlx4_en_pkt_stats { … };
struct mlx4_en_counter_stats { … };
struct mlx4_en_port_stats { … };
struct mlx4_en_xdp_stats { … };
struct mlx4_en_phy_stats { … };
#define NUM_MAIN_STATS …
#define MLX4_NUM_PRIORITIES …
struct mlx4_en_flow_stats_rx { … };
#define FLOW_PRIORITY_STATS_IDX_RX_FRAMES …
struct mlx4_en_flow_stats_tx { … };
#define FLOW_PRIORITY_STATS_IDX_TX_FRAMES …
#define NUM_FLOW_STATS …
struct mlx4_en_stat_out_flow_control_mbox { … };
enum { … };
#define NUM_ALL_STATS …
#define MLX4_FIND_NETDEV_STAT(n) …
#endif