Lines Matching refs:max_sds
2940 hmc_fpm_misc->max_sds = max_pe_sds;
4824 hmc_info->sd_table.sd_cnt, hmc_fpm_misc->max_sds);
4839 qp_count, hmc_fpm_misc->max_sds,
4888 "HMC: sd_needed = %d, hmc_fpm_misc->max_sds=%d, mrwanted=%d, pblewanted=%d qpwanted=%d\n",
4889 sd_needed, hmc_fpm_misc->max_sds, mrwanted,
4893 if (sd_needed <= hmc_fpm_misc->max_sds)
4896 sd_diff = sd_needed - hmc_fpm_misc->max_sds;
4929 if (sd_needed > hmc_fpm_misc->max_sds) {
4936 if (loop_count > 1 && sd_needed < hmc_fpm_misc->max_sds) {
4937 pblewanted += (hmc_fpm_misc->max_sds - sd_needed) * 256 *