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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h43 int num_qp; member in struct:mthca_profile
H A Dmthca_profile.c104 profile[MTHCA_RES_QP].num = request->num_qp;
106 profile[MTHCA_RES_EQP].num = request->num_qp;
107 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp;
213 request->num_qp << dev->qp_table.rdb_shift < profile[i].num;
H A Dmthca_main.c96 .num_qp = MTHCA_DEFAULT_NUM_QP,
107 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
108 MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA");
1352 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/mlx4/
H A Dprofile.c104 profile[MLX4_RES_QP].num = request->num_qp;
105 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp;
106 profile[MLX4_RES_ALTC].num = request->num_qp;
107 profile[MLX4_RES_AUXC].num = request->num_qp;
174 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num;
H A Dmlx4.h152 int num_qp; member in struct:mlx4_profile
H A Dmain.c79 .num_qp = 1 << 16,

Completed in 59 milliseconds