Lines Matching refs:hmc_info
178 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument
181 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
182 (hmc_info)->hmc_obj[(type)].size * (index); \
183 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
202 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
205 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
206 (hmc_info)->hmc_obj[(type)].size * (idx); \
207 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
214 struct i40e_hmc_info *hmc_info,
220 struct i40e_hmc_info *hmc_info,
223 struct i40e_hmc_info *hmc_info,
225 i40e_status i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info,
228 struct i40e_hmc_info *hmc_info,
230 i40e_status i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info,
233 struct i40e_hmc_info *hmc_info,