Lines Matching refs:idx
213 u32 idx) in i40e_remove_pd_bp() argument
223 sd_idx = idx / I40E_HMC_PD_CNT_IN_SD; in i40e_remove_pd_bp()
224 rel_pd_idx = idx % I40E_HMC_PD_CNT_IN_SD; in i40e_remove_pd_bp()
249 I40E_INVALIDATE_PF_HMC_PD(hw, sd_idx, idx); in i40e_remove_pd_bp()
268 u32 idx) in i40e_prep_remove_sd_bp() argument
274 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
297 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() argument
305 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()
306 I40E_CLEAR_PF_SD_ENTRY(hw, idx, I40E_SD_TYPE_DIRECT); in i40e_remove_sd_bp_new()
317 u32 idx) in i40e_prep_remove_pd_page() argument
322 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()
346 u32 idx, bool is_pf) in i40e_remove_pd_page_new() argument
353 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_pd_page_new()
354 I40E_CLEAR_PF_SD_ENTRY(hw, idx, I40E_SD_TYPE_PAGED); in i40e_remove_pd_page_new()