Home
last modified time | relevance | path

Searched refs:NUM_FLOW_STATS_RX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h68 #define NUM_FLOW_STATS_RX 3 macro
69 #define NUM_FLOW_PRIORITY_STATS_RX (NUM_FLOW_STATS_RX * \
91 NUM_FLOW_STATS_RX + \
94 #define NUM_FLOW_STATS (NUM_FLOW_STATS_RX + NUM_FLOW_STATS_TX + \
H A Den_netdev.c3030 NUM_FLOW_STATS_RX); in mlx4_en_update_pfc_stats_bitmap()
3031 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
H A Den_ethtool.c399 for (i = 0; i < NUM_FLOW_STATS_RX; i++, bitmap_iterator_inc(&it)) in mlx4_en_get_ethtool_stats()