Searched refs:num_qp (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c70 int num_qp; member in struct:pingpong_context
89 for (i = 0; i < ctx->num_qp; ++i) {
349 int num_qp, int rx_depth, int port,
361 ctx->num_qp = num_qp;
400 ctx->cq = ibv_create_cq(ctx->context, rx_depth + num_qp, NULL,
422 for (i = 0; i < num_qp; ++i) {
446 for (i = 0; i < num_qp; ++i) {
467 i = num_qp;
500 static int pp_close_ctx(struct pingpong_context *ctx, int num_qp) argument
348 pp_init_ctx(struct ibv_device *ib_dev, int size, int num_qp, int rx_depth, int port, int use_event) argument
590 find_qp(int qpn, struct pingpong_context *ctx, int num_qp) argument
636 unsigned int num_qp = 16; local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c103 profile[MLX4_RES_QP].num = request->num_qp;
104 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp;
105 profile[MLX4_RES_ALTC].num = request->num_qp;
106 profile[MLX4_RES_AUXC].num = request->num_qp;
170 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num;
H A Dmlx4.h413 int num_qp; member in struct:mlx4_profile
H A Dmlx4_main.c132 .num_qp = 1 << 18,
142 .num_qp = 1 << 17,
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_profile.c101 profile[MTHCA_RES_QP].num = request->num_qp;
103 profile[MTHCA_RES_EQP].num = request->num_qp;
104 profile[MTHCA_RES_RDB].num = request->num_qp * request->rdb_per_qp;
207 request->num_qp << dev->qp_table.rdb_shift < profile[i].num;
H A Dmthca_profile.h41 int num_qp; member in struct:mthca_profile
H A Dmthca_main.c91 .num_qp = MTHCA_DEFAULT_NUM_QP,
102 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
103 MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA");
1223 mthca_check_profile_val(num_qp, MTHCA_DEFAULT_NUM_QP);

Completed in 225 milliseconds