Home
last modified time | relevance | path

Searched refs:num_qp (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
A Drxe_mcast.c83 if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { in rxe_mcast_add_grp_elem()
97 grp->num_qp++; in rxe_mcast_add_grp_elem()
128 grp->num_qp--; in rxe_mcast_drop_grp_elem()
165 grp->num_qp--; in rxe_drop_all_mcast_groups()
A Drxe_verbs.h362 int num_qp; member
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dprofile.c123 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()
A Dmlx4.h419 int num_qp; member
A Dmain.c127 .num_qp = 1 << 18,
137 .num_qp = 1 << 17,
/linux/drivers/infiniband/hw/mthca/
A Dmthca_profile.c101 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()
A Dmthca_profile.h41 int num_qp; member
A Dmthca_main.c90 .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");
1209 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP); in mthca_validate_profile()
/linux/drivers/infiniband/sw/siw/
A Dsiw_main.c383 atomic_set(&sdev->num_qp, 0); in siw_device_create()
A Dsiw.h90 atomic_t num_qp; member
A Dsiw_verbs.c312 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) { in siw_create_qp()
492 atomic_dec(&sdev->num_qp); in siw_create_qp()
A Dsiw_qp.c1346 atomic_dec(&sdev->num_qp); in siw_free_qp()

Completed in 33 milliseconds