Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_counters.c616 int free_fc_index = find_first_bit(bulk->bitmask, bulk->bulk_len); in mlx5_fc_bulk_acquire_fc() local
618 if (free_fc_index >= bulk->bulk_len) in mlx5_fc_bulk_acquire_fc()
621 clear_bit(free_fc_index, bulk->bitmask); in mlx5_fc_bulk_acquire_fc()
622 return &bulk->fcs[free_fc_index]; in mlx5_fc_bulk_acquire_fc()

Completed in 4 milliseconds