free_fc_index     548 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c 	int free_fc_index = find_first_bit(bulk->bitmask, bulk->bulk_len);
free_fc_index     550 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c 	if (free_fc_index >= bulk->bulk_len)
free_fc_index     553 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c 	clear_bit(free_fc_index, bulk->bitmask);
free_fc_index     554 drivers/net/ethernet/mellanox/mlx5/core/fs_counters.c 	return &bulk->fcs[free_fc_index];