Home
last modified time | relevance | path

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

/drivers/infiniband/sw/rxe/
Drxe_mcast.c94 if (grp->num_qp >= rxe->attr.max_mcast_qp_attach) { in rxe_mcast_add_grp_elem()
108 grp->num_qp++; in rxe_mcast_add_grp_elem()
139 grp->num_qp--; in rxe_mcast_drop_grp_elem()
176 grp->num_qp--; in rxe_drop_all_mcast_groups()
Drxe_verbs.h359 int num_qp; member
/drivers/net/ethernet/mellanox/mlx4/
Dprofile.c122 profile[MLX4_RES_QP].num = request->num_qp; in mlx4_make_profile()
123 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile()
124 profile[MLX4_RES_ALTC].num = request->num_qp; in mlx4_make_profile()
125 profile[MLX4_RES_AUXC].num = request->num_qp; in mlx4_make_profile()
189 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()
Dmlx4.h420 int num_qp; member
Dmain.c126 .num_qp = 1 << 18,
136 .num_qp = 1 << 17,
/drivers/infiniband/hw/mthca/
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()
Dmthca_profile.h41 int num_qp; member
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");
1221 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP); in mthca_validate_profile()
/drivers/infiniband/hw/nes/
Dnes_hw.h1286 u32 num_qp; member