Lines Matching refs:request
70 struct mlx4_profile *request, in mlx4_make_profile() argument
106 request->num_mtt = in mlx4_make_profile()
107 roundup_pow_of_two(max_t(unsigned, request->num_mtt, in mlx4_make_profile()
123 profile[MLX4_RES_QP].num = request->num_qp; in mlx4_make_profile()
124 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp; in mlx4_make_profile()
125 profile[MLX4_RES_ALTC].num = request->num_qp; in mlx4_make_profile()
126 profile[MLX4_RES_AUXC].num = request->num_qp; in mlx4_make_profile()
127 profile[MLX4_RES_SRQ].num = request->num_srq; in mlx4_make_profile()
128 profile[MLX4_RES_CQ].num = request->num_cq; in mlx4_make_profile()
131 profile[MLX4_RES_DMPT].num = request->num_mpt; in mlx4_make_profile()
133 profile[MLX4_RES_MTT].num = request->num_mtt * (1 << log_mtts_per_seg); in mlx4_make_profile()
134 profile[MLX4_RES_MCG].num = request->num_mcg; in mlx4_make_profile()
193 request->num_qp << priv->qp_table.rdmarc_shift < profile[i].num; in mlx4_make_profile()