Home
last modified time | relevance | path

Searched refs:sd_table (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c33 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()
45 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
83 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
208 if (sd_idx >= hmc_info->sd_table.sd_cnt) { in i40e_remove_pd_bp()
257 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
263 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_sd_bp()
288 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()
305 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()
315 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_pd_page()
[all …]
H A Di40e_lan_hmc.c194 hw->hmc.sd_table.ref_cnt = 0; in i40e_init_lan_hmc()
197 if (NULL == hw->hmc.sd_table.sd_entry) { in i40e_init_lan_hmc()
198 hw->hmc.sd_table.sd_cnt = (u32) in i40e_init_lan_hmc()
205 hw->hmc.sd_table.sd_cnt)); in i40e_init_lan_hmc()
208 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()
330 if (sd_idx >= info->hmc_info->sd_table.sd_cnt || in i40e_create_lan_hmc_object()
331 sd_lmt > info->hmc_info->sd_table.sd_cnt) { in i40e_create_lan_hmc_object()
606 sd_lmt > info->hmc_info->sd_table.sd_cnt) { in i40e_delete_lan_hmc_object()
654 i40e_free_virt_mem(hw, &hw->hmc.sd_table.addr); in i40e_shutdown_lan_hmc()
655 hw->hmc.sd_table.sd_cnt = 0; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_hmc.h82 struct i40e_hmc_sd_table sd_table; member
85 #define I40E_INC_SD_REFCNT(sd_table) ((sd_table)->ref_cnt++) argument
89 #define I40E_DEC_SD_REFCNT(sd_table) ((sd_table)->ref_cnt--) argument