Lines Matching refs:hmc_info
39 struct irdma_hmc_info *hmc_info; in irdma_hmc_init_pble() local
43 hmc_info = dev->hmc_info; in irdma_hmc_init_pble()
45 pble_rsrc->fpm_base_addr = hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].base; in irdma_hmc_init_pble()
50 hmc_info->hmc_obj[IRDMA_HMC_IW_PBLE].cnt - fpm_idx; in irdma_hmc_init_pble()
91 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() local
96 ret_code = irdma_add_sd_table_entry(dev->hw, hmc_info, in add_sd_direct()
144 struct irdma_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() local
154 status = irdma_add_sd_table_entry(dev->hw, hmc_info, info->idx.sd_idx, in add_bp_pages()
167 status = irdma_add_pd_table_entry(dev, hmc_info, in add_bp_pages()
209 struct irdma_hmc_info *hmc_info; in add_pble_prm() local
232 hmc_info = dev->hmc_info; in add_pble_prm()
236 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_prm()
241 info.hmc_info = hmc_info; in add_pble_prm()
284 ret_code = irdma_hmc_sd_one(dev, hmc_info->hmc_fn_id, sd_reg_val, in add_pble_prm()