Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c1113 unsigned int mlx5_comp_vectors_max(struct mlx5_core_dev *dev) in mlx5_comp_vectors_max() function
1117 EXPORT_SYMBOL(mlx5_comp_vectors_max);
Den.h196 min_t(int, mlx5_comp_vectors_max(mdev), MLX5E_MAX_NUM_CHANNELS); in mlx5e_get_max_num_channels()
Den_main.c2862 num_comp_vectors = mlx5_comp_vectors_max(mdev); in mlx5e_set_default_xps_cpumasks()
/linux-6.6.21/include/linux/mlx5/
Ddriver.h1118 unsigned int mlx5_comp_vectors_max(struct mlx5_core_dev *dev);
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c1099 vector = raw_smp_processor_id() % mlx5_comp_vectors_max(mdev); in dr_create_cq()
/linux-6.6.21/drivers/vfio/pci/mlx5/
Dcmd.c982 vector = raw_smp_processor_id() % mlx5_comp_vectors_max(mdev); in mlx5vf_create_cq()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmain.c3723 dev->ib_dev.num_comp_vectors = mlx5_comp_vectors_max(mdev); in mlx5_ib_stage_init_init()