Lines Matching refs:hmc_info
186 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument
189 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
190 (hmc_info)->hmc_obj[(type)].size * (index); \
191 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
210 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
213 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
214 (hmc_info)->hmc_obj[(type)].size * (idx); \
215 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
222 struct i40e_hmc_info *hmc_info,
228 struct i40e_hmc_info *hmc_info,
232 struct i40e_hmc_info *hmc_info,
234 enum i40e_status_code i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info,
237 struct i40e_hmc_info *hmc_info,
239 enum i40e_status_code i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info,
242 struct i40e_hmc_info *hmc_info,