Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c63 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()
75 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
113 I40E_INC_SD_REFCNT(&hmc_info->sd_table); in i40e_add_sd_table_entry()
238 if (sd_idx >= hmc_info->sd_table.sd_cnt) { in i40e_remove_pd_bp()
287 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
293 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_sd_bp()
318 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_remove_sd_bp_new()
335 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_pd_page()
345 I40E_DEC_SD_REFCNT(&hmc_info->sd_table); in i40e_prep_remove_pd_page()
[all …]
H A Di40e_lan_hmc.c224 hw->hmc.sd_table.ref_cnt = 0; in i40e_init_lan_hmc()
227 if (NULL == hw->hmc.sd_table.sd_entry) { in i40e_init_lan_hmc()
228 hw->hmc.sd_table.sd_cnt = (u32) in i40e_init_lan_hmc()
235 hw->hmc.sd_table.sd_cnt)); in i40e_init_lan_hmc()
238 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()
360 if (sd_idx >= info->hmc_info->sd_table.sd_cnt || in i40e_create_lan_hmc_object()
361 sd_lmt > info->hmc_info->sd_table.sd_cnt) { in i40e_create_lan_hmc_object()
636 sd_lmt > info->hmc_info->sd_table.sd_cnt) { in i40e_delete_lan_hmc_object()
684 i40e_free_virt_mem(hw, &hw->hmc.sd_table.addr); in i40e_shutdown_lan_hmc()
685 hw->hmc.sd_table.sd_cnt = 0; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_hmc.h112 struct i40e_hmc_sd_table sd_table; member
115 #define I40E_INC_SD_REFCNT(sd_table) ((sd_table)->ref_cnt++) argument
119 #define I40E_DEC_SD_REFCNT(sd_table) ((sd_table)->ref_cnt--) argument