Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h66 #define NUM_FLOW_STATS_RX 3 macro
67 #define NUM_FLOW_PRIORITY_STATS_RX (NUM_FLOW_STATS_RX * \
80 #define NUM_FLOW_STATS (NUM_FLOW_STATS_RX + NUM_FLOW_STATS_TX + \
Den_netdev.c2749 NUM_FLOW_STATS_RX); in mlx4_en_update_pfc_stats_bitmap()
2750 last_i += NUM_FLOW_STATS_RX; in mlx4_en_update_pfc_stats_bitmap()
Den_ethtool.c386 for (i = 0; i < NUM_FLOW_STATS_RX; i++, bitmap_iterator_inc(&it)) in mlx4_en_get_ethtool_stats()