Lines Matching refs:profile
293 struct mthca_profile profile; in mthca_init_tavor() local
320 profile = hca_profile; in mthca_init_tavor()
321 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_tavor()
322 profile.uarc_size = 0; in mthca_init_tavor()
324 profile.num_srq = dev_lim.max_srqs; in mthca_init_tavor()
326 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_tavor()
578 struct mthca_profile profile; in mthca_init_arbel() local
610 profile = hca_profile; in mthca_init_arbel()
611 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_arbel()
612 profile.num_udav = 0; in mthca_init_arbel()
614 profile.num_srq = dev_lim.max_srqs; in mthca_init_arbel()
616 icm_size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_arbel()