Searched refs:num_cq (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.h | 44 int num_cq; member
|
H A D | mthca_main.c | 92 .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"); 1222 mthca_check_profile_val(num_cq, MTHCA_DEFAULT_NUM_CQ); in mthca_validate_profile()
|
H A D | mthca_profile.c | 105 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.h | 44 int num_cq; member
|
H A D | mthca_main.c | 92 .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()
|
H A D | mthca_profile.c | 103 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
|
H A D | mlx4.h | 422 int num_cq; member
|
H A D | main.c | 130 .num_cq = 1 << 16, 140 .num_cq = 1 << 8,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
|
H A D | mlx4.h | 424 int num_cq; member
|
H A D | main.c | 129 .num_cq = 1 << 16, 139 .num_cq = 1 << 8,
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 405 atomic_set(&sdev->num_cq, 0); in siw_device_create()
|
H A D | siw_verbs.c | 1111 atomic_dec(&sdev->num_cq); in siw_destroy_cq() 1134 if (atomic_inc_return(&sdev->num_cq) > SIW_MAX_CQ) { in siw_create_cq() 1206 atomic_dec(&sdev->num_cq); in siw_create_cq()
|
H A D | siw.h | 91 atomic_t num_cq; member
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 355 atomic_set(&sdev->num_cq, 0); in siw_device_create()
|
H A D | siw_verbs.c | 1115 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()
|
H A D | siw.h | 92 atomic_t num_cq; member
|
Completed in 30 milliseconds