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