Home
last modified time | relevance | path

Searched refs:hmc_info (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c51 struct i40e_hmc_info *hmc_info, in i40e_add_sd_table_entry() argument
63 if (NULL == hmc_info->sd_table.sd_entry) { in i40e_add_sd_table_entry()
69 if (sd_index >= hmc_info->sd_table.sd_cnt) { in i40e_add_sd_table_entry()
113 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
144 struct i40e_hmc_info *hmc_info, in i40e_add_pd_table_entry() argument
225 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_bp() argument
238 if (sd_idx >= hmc_info->sd_table.sd_cnt) { in i40e_remove_pd_bp()
293 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_sd_bp()
309 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp_new() argument
345 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_pd_page()
[all …]
H A Di40e_hmc.h190 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
191 (hmc_info)->hmc_obj[(type)].size * (index); \
192 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
214 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
215 (hmc_info)->hmc_obj[(type)].size * (idx); \
216 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
223 struct i40e_hmc_info *hmc_info,
229 struct i40e_hmc_info *hmc_info,
233 struct i40e_hmc_info *hmc_info,
238 struct i40e_hmc_info *hmc_info,
[all …]
H A Di40e_lan_hmc.c268 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_page() argument
295 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp() argument
331 if (NULL == info->hmc_info) { in i40e_create_lan_hmc_object()
402 info->hmc_info, in i40e_create_lan_hmc_object()
412 i40e_remove_pd_bp(hw, info->hmc_info, in i40e_create_lan_hmc_object()
448 i40e_remove_pd_bp(hw, info->hmc_info, i); in i40e_create_lan_hmc_object()
482 info.hmc_info = &hw->hmc; in i40e_configure_lan_hmc()
572 if (NULL == info->hmc_info) { in i40e_delete_lan_hmc_object()
589 if (NULL == info->hmc_info->hmc_obj) { in i40e_delete_lan_hmc_object()
675 info.hmc_info = &hw->hmc; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_lan_hmc.h156 struct i40e_hmc_info *hmc_info; member
165 struct i40e_hmc_info *hmc_info; member