Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c75 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
76 if (!sd_entry->valid) { in i40e_add_sd_table_entry()
97 sd_entry->u.pd_table.pd_entry = in i40e_add_sd_table_entry()
243 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in i40e_remove_pd_bp()
287 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
289 if (sd_entry->u.bp.ref_cnt) { in i40e_prep_remove_sd_bp()
296 sd_entry->valid = FALSE; 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()
343 sd_entry->valid = FALSE; in i40e_prep_remove_pd_page()
[all …]
H A Di40e_lan_hmc.c238 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()
318 struct i40e_hmc_sd_entry *sd_entry; in i40e_create_lan_hmc_object() local
389 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in i40e_create_lan_hmc_object()
418 if (!sd_entry->valid) { in i40e_create_lan_hmc_object()
419 sd_entry->valid = TRUE; in i40e_create_lan_hmc_object()
420 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
424 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
441 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in i40e_create_lan_hmc_object()
442 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
686 hw->hmc.sd_table.sd_entry = NULL; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_hmc.h100 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member