Searched refs:num_qp (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_mcast.c | 67 if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { in rxe_mcast_add_grp_elem() 81 grp->num_qp++; in rxe_mcast_add_grp_elem() 112 grp->num_qp--; in rxe_mcast_drop_grp_elem() 149 grp->num_qp--; in rxe_drop_all_mcast_groups()
|
H A D | rxe_verbs.h | 328 int num_qp; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 123 profile[MLX4_RES_QP].num = request->num_qp; in mlx4_make_profile() 124 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile() 125 profile[MLX4_RES_ALTC].num = request->num_qp; in mlx4_make_profile() 126 profile[MLX4_RES_AUXC].num = request->num_qp; in mlx4_make_profile() 190 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()
|
H A D | mlx4.h | 419 int num_qp; member
|
H A D | main.c | 127 .num_qp = 1 << 18, 137 .num_qp = 1 << 17,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | profile.c | 123 profile[MLX4_RES_QP].num = request->num_qp; in mlx4_make_profile() 124 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile() 125 profile[MLX4_RES_ALTC].num = request->num_qp; in mlx4_make_profile() 126 profile[MLX4_RES_AUXC].num = request->num_qp; in mlx4_make_profile() 190 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()
|
H A D | mlx4.h | 421 int num_qp; member
|
H A D | main.c | 126 .num_qp = 1 << 18, 136 .num_qp = 1 << 17,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.c | 101 profile[MTHCA_RES_QP].num = request->num_qp; in mthca_make_profile() 103 profile[MTHCA_RES_EQP].num = request->num_qp; in mthca_make_profile() 104 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp; in mthca_make_profile() 207 request->num_qp << dev->qp_table.rdb_shift < profile[i].num; in mthca_make_profile()
|
H A D | mthca_profile.h | 41 int num_qp; member
|
H A D | mthca_main.c | 90 .num_qp = MTHCA_DEFAULT_NUM_QP, 101 module_param_named(num_qp, hca_profile.num_qp, int, 0444); 102 MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA"); 1220 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP); in mthca_validate_profile()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_profile.c | 99 profile[MTHCA_RES_QP].num = request->num_qp; in mthca_make_profile() 101 profile[MTHCA_RES_EQP].num = request->num_qp; in mthca_make_profile() 102 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp; in mthca_make_profile() 205 request->num_qp << dev->qp_table.rdb_shift < profile[i].num; in mthca_make_profile()
|
H A D | mthca_profile.h | 41 int num_qp; member
|
H A D | mthca_main.c | 90 .num_qp = MTHCA_DEFAULT_NUM_QP, 101 module_param_named(num_qp, hca_profile.num_qp, int, 0444); 102 MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA"); 1205 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP); in mthca_validate_profile()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 404 atomic_set(&sdev->num_qp, 0); in siw_device_create()
|
H A D | siw.h | 90 atomic_t num_qp; member
|
H A D | siw_verbs.c | 309 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { in siw_create_qp() 496 atomic_dec(&sdev->num_qp); in siw_create_qp()
|
H A D | siw_qp.c | 1346 atomic_dec(&sdev->num_qp); in siw_free_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 354 atomic_set(&sdev->num_qp, 0); in siw_device_create()
|
H A D | siw.h | 91 atomic_t num_qp; member
|
H A D | siw_verbs.c | 314 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { in siw_create_qp() 497 atomic_dec(&sdev->num_qp); in siw_create_qp()
|
H A D | siw_qp.c | 1349 atomic_dec(&sdev->num_qp); in siw_free_qp()
|
Completed in 33 milliseconds