Lines Matching refs:idx
204 u32 idx) in i40e_remove_pd_bp() argument
214 sd_idx = idx / I40E_HMC_PD_CNT_IN_SD; in i40e_remove_pd_bp()
215 rel_pd_idx = idx % I40E_HMC_PD_CNT_IN_SD; in i40e_remove_pd_bp()
240 I40E_INVALIDATE_PF_HMC_PD(hw, sd_idx, idx); in i40e_remove_pd_bp()
258 u32 idx) in i40e_prep_remove_sd_bp() argument
264 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
287 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() argument
293 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()
295 I40E_CLEAR_PF_SD_ENTRY(hw, idx, I40E_SD_TYPE_DIRECT); in i40e_remove_sd_bp_new()
313 u32 idx) in i40e_prep_remove_pd_page() argument
318 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()
342 u32 idx, bool is_pf) in i40e_remove_pd_page_new() argument
347 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_pd_page_new()
349 I40E_CLEAR_PF_SD_ENTRY(hw, idx, I40E_SD_TYPE_PAGED); in i40e_remove_pd_page_new()