Lines Matching refs:hmc_info
156 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\ argument
159 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
160 (hmc_info)->hmc_obj[(type)].size * (index); \
161 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
180 #define I40E_FIND_PD_INDEX_LIMIT(hmc_info, type, idx, cnt, pd_index, pd_limit)\ argument
183 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
184 (hmc_info)->hmc_obj[(type)].size * (idx); \
185 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
192 struct i40e_hmc_info *hmc_info,
198 struct i40e_hmc_info *hmc_info,
202 struct i40e_hmc_info *hmc_info,
204 i40e_status i40e_prep_remove_sd_bp(struct i40e_hmc_info *hmc_info,
207 struct i40e_hmc_info *hmc_info,
209 i40e_status i40e_prep_remove_pd_page(struct i40e_hmc_info *hmc_info,
212 struct i40e_hmc_info *hmc_info,