Lines Matching refs:request
65 struct mthca_profile *request, in mthca_make_profile() argument
99 profile[MTHCA_RES_UARC].size = request->uarc_size; in mthca_make_profile()
101 profile[MTHCA_RES_QP].num = request->num_qp; in mthca_make_profile()
102 profile[MTHCA_RES_SRQ].num = request->num_srq; 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()
105 profile[MTHCA_RES_CQ].num = request->num_cq; in mthca_make_profile()
107 profile[MTHCA_RES_MCG].num = request->num_mcg; in mthca_make_profile()
108 profile[MTHCA_RES_MPT].num = request->num_mpt; in mthca_make_profile()
109 profile[MTHCA_RES_MTT].num = request->num_mtt; in mthca_make_profile()
110 profile[MTHCA_RES_UAR].num = request->num_uar; in mthca_make_profile()
111 profile[MTHCA_RES_UARC].num = request->num_uar; in mthca_make_profile()
112 profile[MTHCA_RES_UDAV].num = request->num_udav; in mthca_make_profile()
207 request->num_qp << dev->qp_table.rdb_shift < profile[i].num; in mthca_make_profile()
242 dev->uar_table.uarc_size = request->uarc_size; in mthca_make_profile()
245 init_hca->log_uarc_sz = ffs(request->uarc_size) - 13; in mthca_make_profile()
246 init_hca->log_uar_sz = ffs(request->num_uar) - 1; in mthca_make_profile()
277 dev->limits.fmr_reserved_mtts = request->fmr_reserved_mtts; in mthca_make_profile()