Searched refs:num_qp (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h41 int num_qp; member in struct:mthca_profile
H A Dmthca_profile.c99 profile[MTHCA_RES_QP].num = request->num_qp;
101 profile[MTHCA_RES_EQP].num = request->num_qp;
102 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp;
205 request->num_qp << dev->qp_table.rdb_shift < profile[i].num;
H 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");
1205 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dprofile.c123 profile[MLX4_RES_QP].num = request->num_qp;
124 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp;
125 profile[MLX4_RES_ALTC].num = request->num_qp;
126 profile[MLX4_RES_AUXC].num = request->num_qp;
190 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num;
H A Dmlx4.h421 int num_qp; member in struct:mlx4_profile
H A Dmain.c126 .num_qp = 1 << 18,
136 .num_qp = 1 << 17,
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_main.c352 atomic_set(&sdev->num_qp, 0);
H A Dsiw.h91 atomic_t num_qp; member in struct:siw_device
H A Dsiw_verbs.c320 if (atomic_inc_return(&sdev->num_qp) > SIW_MAX_QP) {
495 atomic_dec(&sdev->num_qp);
H A Dsiw_qp.c1349 atomic_dec(&sdev->num_qp);

Completed in 200 milliseconds