Lines Matching refs:hmc_info
85 struct i40iw_hmc_info *hmc_info; in i40iw_hmc_init_pble() local
88 hmc_info = dev->hmc_info; in i40iw_hmc_init_pble()
89 pble_rsrc->fpm_base_addr = hmc_info->hmc_obj[I40IW_HMC_IW_PBLE].base; in i40iw_hmc_init_pble()
95 hmc_info->hmc_obj[I40IW_HMC_IW_PBLE].cnt - fpm_idx; in i40iw_hmc_init_pble()
139 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_sd_direct() local
145 ret_code = i40iw_add_sd_table_entry(dev->hw, hmc_info, in add_sd_direct()
258 struct i40iw_hmc_info *hmc_info = info->hmc_info; in add_bp_pages() local
269 status = i40iw_add_sd_table_entry(dev->hw, hmc_info, in add_bp_pages()
291 status = i40iw_add_pd_table_entry(dev->hw, hmc_info, pd_idx++, &mem); in add_bp_pages()
328 struct i40iw_hmc_info *hmc_info; in add_pble_pool() local
346 hmc_info = dev->hmc_info; in add_pble_pool()
349 sd_entry = &hmc_info->sd_table.sd_entry[idx->sd_idx]; in add_pble_pool()
354 info.hmc_info = hmc_info; in add_pble_pool()
401 ret_code = i40iw_hmc_sd_one(dev, hmc_info->hmc_fn_id, in add_pble_pool()