Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/examples/
H A Dsrq_pingpong.c70 int num_qp; member
365 ctx->num_qp = num_qp; 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()
598 for (i = 0; i < num_qp; ++i) in find_qp()
752 if (num_qp > rx_depth) { in main()
755 rx_depth, num_qp); in main()
759 num_wc = num_qp + rx_depth; in main()
867 for (i = 0; i < num_qp; ++i) in main()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c103 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 Dmlx4.h413 int num_qp; member
H A Dmlx4_main.c132 .num_qp = 1 << 18,
142 .num_qp = 1 << 17,
/freebsd/sys/dev/mthca/
H A 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()
H A Dmthca_profile.h41 int num_qp; member
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); in mthca_validate_profile()