Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c21 struct i40e_hmc_info *hmc_info, in i40e_add_sd_table_entry() argument
33 if (NULL == hmc_info->sd_table.sd_entry) { in i40e_add_sd_table_entry()
39 if (sd_index >= hmc_info->sd_table.sd_cnt) { in i40e_add_sd_table_entry()
83 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
114 struct i40e_hmc_info *hmc_info, in i40e_add_pd_table_entry() argument
195 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_bp() argument
208 if (sd_idx >= hmc_info->sd_table.sd_cnt) { in i40e_remove_pd_bp()
263 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_sd_bp()
279 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp_new() argument
315 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_pd_page()
[all …]
H A Di40e_hmc.h160 fpm_addr = (hmc_info)->hmc_obj[(type)].base + \
161 (hmc_info)->hmc_obj[(type)].size * (index); \
162 fpm_limit = fpm_addr + (hmc_info)->hmc_obj[(type)].size * (cnt);\
184 fpm_adr = (hmc_info)->hmc_obj[(type)].base + \
185 (hmc_info)->hmc_obj[(type)].size * (idx); \
186 fpm_limit = fpm_adr + (hmc_info)->hmc_obj[(type)].size * (cnt); \
193 struct i40e_hmc_info *hmc_info,
199 struct i40e_hmc_info *hmc_info,
203 struct i40e_hmc_info *hmc_info,
208 struct i40e_hmc_info *hmc_info,
[all …]
H A Di40e_lan_hmc.c238 struct i40e_hmc_info *hmc_info, in i40e_remove_pd_page() argument
265 struct i40e_hmc_info *hmc_info, in i40e_remove_sd_bp() argument
301 if (NULL == info->hmc_info) { in i40e_create_lan_hmc_object()
372 info->hmc_info, in i40e_create_lan_hmc_object()
382 i40e_remove_pd_bp(hw, info->hmc_info, in i40e_create_lan_hmc_object()
418 i40e_remove_pd_bp(hw, info->hmc_info, i); in i40e_create_lan_hmc_object()
452 info.hmc_info = &hw->hmc; in i40e_configure_lan_hmc()
542 if (NULL == info->hmc_info) { in i40e_delete_lan_hmc_object()
559 if (NULL == info->hmc_info->hmc_obj) { in i40e_delete_lan_hmc_object()
645 info.hmc_info = &hw->hmc; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_lan_hmc.h126 struct i40e_hmc_info *hmc_info; member
135 struct i40e_hmc_info *hmc_info; member