Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c104 u32 afirst_id; in mlx5_fc_stats_query() local
112 afirst_id = first->id & ~0x3; in mlx5_fc_stats_query()
115 num = ALIGN(last_id - afirst_id + 1, 4); in mlx5_fc_stats_query()
118 last_id = afirst_id + num - 1; in mlx5_fc_stats_query()
121 b = mlx5_cmd_fc_bulk_alloc(dev, afirst_id, num); in mlx5_fc_stats_query()