Searched refs:num_qp (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | srq_pingpong.c | 70 int num_qp; member 89 for (i = 0; i < ctx->num_qp; ++i) { in pp_connect_ctx() 353 int num_qp, int rx_depth, int port, in pp_init_ctx() argument 365 ctx->num_qp = num_qp; in pp_init_ctx() 404 ctx->cq = ibv_create_cq(ctx->context, rx_depth + num_qp, NULL, in pp_init_ctx() 426 for (i = 0; i < num_qp; ++i) { in pp_init_ctx() 450 for (i = 0; i < num_qp; ++i) { in pp_init_ctx() 471 i = num_qp; in pp_init_ctx() 504 static int pp_close_ctx(struct pingpong_context *ctx, int num_qp) in pp_close_ctx() argument 508 for (i = 0; i < num_qp; ++i) { in pp_close_ctx() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_profile.c | 103 profile[MLX4_RES_QP].num = request->num_qp; in mlx4_make_profile() 104 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile() 105 profile[MLX4_RES_ALTC].num = request->num_qp; in mlx4_make_profile() 106 profile[MLX4_RES_AUXC].num = request->num_qp; in mlx4_make_profile() 170 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()
|
H A D | mlx4.h | 413 int num_qp; member
|
H A D | mlx4_main.c | 132 .num_qp = 1 << 18, 142 .num_qp = 1 << 17,
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_profile.c | 101 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()
|
H A D | mthca_profile.h | 41 int num_qp; member
|
H A D | mthca_main.c | 91 .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); in mthca_validate_profile()
|