Lines Matching refs:hmc_info
75 struct irdma_hmc_info *hmc_info; in irdma_hmc_init_pble() local
79 hmc_info = dev->hmc_info; in irdma_hmc_init_pble()
81 pble_rsrc->fpm_base_addr = hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].base; in irdma_hmc_init_pble()
86 hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt - fpm_idx; in irdma_hmc_init_pble()
129 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() local
134 ret_code = irdma_add_sd_table_entry(dev->hw, hmc_info, in add_sd_direct()
182 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() local
192 status = irdma_add_sd_table_entry(dev->hw, hmc_info, info->idx.sd_idx, in add_bp_pages()
205 status = irdma_add_pd_table_entry(dev, hmc_info, in add_bp_pages()
249 struct irdma_hmc_info *hmc_info; in add_pble_prm() local
272 hmc_info = dev->hmc_info; in add_pble_prm()
276 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_prm()
281 info.hmc_info = hmc_info; in add_pble_prm()
324 ret_code = irdma_hmc_sd_one(dev, hmc_info->hmc_fn_id, sd_reg_val, in add_pble_prm()