Lines Matching refs:dev_lim
64 struct mthca_dev_lim *dev_lim, in mthca_make_profile() argument
84 profile[MTHCA_RES_QP].size = dev_lim->qpc_entry_sz; in mthca_make_profile()
85 profile[MTHCA_RES_EEC].size = dev_lim->eec_entry_sz; in mthca_make_profile()
86 profile[MTHCA_RES_SRQ].size = dev_lim->srq_entry_sz; in mthca_make_profile()
87 profile[MTHCA_RES_CQ].size = dev_lim->cqc_entry_sz; in mthca_make_profile()
88 profile[MTHCA_RES_EQP].size = dev_lim->eqpc_entry_sz; in mthca_make_profile()
89 profile[MTHCA_RES_EEEC].size = dev_lim->eeec_entry_sz; in mthca_make_profile()
90 profile[MTHCA_RES_EQ].size = dev_lim->eqc_entry_sz; in mthca_make_profile()
93 profile[MTHCA_RES_MPT].size = dev_lim->mpt_entry_sz; in mthca_make_profile()
95 profile[MTHCA_RES_UAR].size = dev_lim->uar_scratch_entry_sz; in mthca_make_profile()
122 mem_avail = dev_lim->hca.arbel.max_icm_sz; in mthca_make_profile()