Searched refs:sd_entry (Results 1 – 5 of 5) sorted by relevance
75 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 …]
238 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() local389 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 …]
100 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member
207 TAILQ_REMOVE(dl, sd, sd_entry); in close_dsts()232 TAILQ_FOREACH(sdtmp, dl, sd_entry) { in open_dsts()235 sd_entry); in open_dsts()241 TAILQ_INSERT_TAIL(dl, sd, sd_entry); in open_dsts()323 TAILQ_FOREACH(sd, &ss->ss_dsts, sd_entry) { in do_conv()
48 TAILQ_ENTRY(_citrus_iconv_std_dst) sd_entry;