Lines Matching refs:hmc_info
179 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument
182 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
183 (hmc_info)->hmc_obj[(type)].size * (index); \
184 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
203 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
206 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
207 (hmc_info)->hmc_obj[(type)].size * (idx); \
208 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
215 struct i40e_hmc_info *hmc_info,
221 struct i40e_hmc_info *hmc_info,
225 struct i40e_hmc_info *hmc_info,
227 i40e_status i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info,
230 struct i40e_hmc_info *hmc_info,
232 i40e_status i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info,
235 struct i40e_hmc_info *hmc_info,