Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c858 unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev) in mlx5_comp_vectors_count() function
862 EXPORT_SYMBOL(mlx5_comp_vectors_count);
Den.h191 min_t(int, mlx5_comp_vectors_count(mdev), MLX5E_MAX_NUM_CHANNELS); in mlx5e_get_max_num_channels()
Den_main.c1809 int num_comp_vectors = mlx5_comp_vectors_count(c->mdev); in mlx5e_alloc_xps_cpumask()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h1015 unsigned int mlx5_comp_vectors_count(struct mlx5_core_dev *dev);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c732 vector = smp_processor_id() % mlx5_comp_vectors_count(mdev); in dr_create_cq()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmain.c6198 dev->ib_dev.num_comp_vectors = mlx5_comp_vectors_count(mdev); in mlx5_ib_stage_init_init()