Searched refs:mlx5_comp_vectors_count (Results 1 – 7 of 7) sorted by relevance
992 unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev) in mlx5_comp_vectors_count() function996 EXPORT_SYMBOL(mlx5_comp_vectors_count);
205 min_t(int, mlx5_comp_vectors_count(mdev), MLX5E_MAX_NUM_CHANNELS); in mlx5e_get_max_num_channels()
2818 num_comp_vectors = mlx5_comp_vectors_count(mdev); in mlx5e_set_default_xps_cpumasks()
1110 unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev);
933 vector = raw_smp_processor_id() % mlx5_comp_vectors_count(mdev); in dr_create_cq()
1028 vector = raw_smp_processor_id() % mlx5_comp_vectors_count(mdev); in mlx5vf_create_cq()
3684 dev->ib_dev.num_comp_vectors = mlx5_comp_vectors_count(mdev); in mlx5_ib_stage_init_init()
Completed in 36 milliseconds