Home
last modified time | relevance | path

Searched refs:num_cq (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/hw/mthca/
A Dmthca_profile.h44 int num_cq; member
A Dmthca_main.c92 .num_cq = MTHCA_DEFAULT_NUM_CQ,
107 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
108 MODULE_PARM_DESC(num_cq, "maximum number of CQs per HCA");
1207 mthca_check_profile_val(num_cq, MTHCA_DEFAULT_NUM_CQ); in mthca_validate_profile()
A Dmthca_profile.c103 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Dprofile.c128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
A Dmlx4.h422 int num_cq; member
A Dmain.c130 .num_cq = 1 << 16,
140 .num_cq = 1 << 8,
/linux-6.3-rc2/drivers/infiniband/sw/siw/
A Dsiw_main.c384 atomic_set(&sdev->num_cq, 0); in siw_device_create()
A Dsiw_verbs.c1115 atomic_dec(&sdev->num_cq); in siw_destroy_cq()
1141 if (atomic_inc_return(&sdev->num_cq) > SIW_MAX_CQ) { in siw_create_cq()
1213 atomic_dec(&sdev->num_cq); in siw_create_cq()
A Dsiw.h91 atomic_t num_cq; member

Completed in 28 milliseconds