mlx5_comp_vectors_count 6194 drivers/infiniband/hw/mlx5/main.c 	dev->ib_dev.num_comp_vectors    = mlx5_comp_vectors_count(mdev);
mlx5_comp_vectors_count  191 drivers/net/ethernet/mellanox/mlx5/core/en.h 		min_t(int, mlx5_comp_vectors_count(mdev), MLX5E_MAX_NUM_CHANNELS);
mlx5_comp_vectors_count 1828 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	int num_comp_vectors = mlx5_comp_vectors_count(c->mdev);
mlx5_comp_vectors_count  862 drivers/net/ethernet/mellanox/mlx5/core/eq.c EXPORT_SYMBOL(mlx5_comp_vectors_count);
mlx5_comp_vectors_count  740 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c 	vector = raw_smp_processor_id() % mlx5_comp_vectors_count(mdev);
mlx5_comp_vectors_count 1016 include/linux/mlx5/driver.h unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev);