Lines Matching refs:profile
292 struct mthca_profile profile; in mthca_init_tavor() local
319 profile = hca_profile; in mthca_init_tavor()
320 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_tavor()
321 profile.uarc_size = 0; in mthca_init_tavor()
323 profile.num_srq = dev_lim.max_srqs; in mthca_init_tavor()
325 size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_tavor()
577 struct mthca_profile profile; in mthca_init_arbel() local
609 profile = hca_profile; in mthca_init_arbel()
610 profile.num_uar = dev_lim.uar_size / PAGE_SIZE; in mthca_init_arbel()
611 profile.num_udav = 0; in mthca_init_arbel()
613 profile.num_srq = dev_lim.max_srqs; in mthca_init_arbel()
615 icm_size = mthca_make_profile(mdev, &profile, &dev_lim, &init_hca); in mthca_init_arbel()