Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_hmc.c27 struct i40e_hmc_sd_entry *sd_entry; in i40e_add_sd_table_entry() local
45 sd_entry = &hmc_info->sd_table.sd_entry[sd_index]; in i40e_add_sd_table_entry()
46 if (!sd_entry->valid) { in i40e_add_sd_table_entry()
213 sd_entry = &hmc_info->sd_table.sd_entry[sd_idx]; in i40e_remove_pd_bp()
257 sd_entry = &hmc_info->sd_table.sd_entry[idx]; in i40e_prep_remove_sd_bp()
259 if (sd_entry->u.bp.ref_cnt) { in i40e_prep_remove_sd_bp()
266 sd_entry->valid = false; 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()
313 sd_entry->valid = false; in i40e_prep_remove_pd_page()
[all …]
H A Di40e_lan_hmc.c208 hw->hmc.sd_table.sd_entry = in i40e_init_lan_hmc()
288 struct i40e_hmc_sd_entry *sd_entry; in i40e_create_lan_hmc_object() local
359 sd_entry = &info->hmc_info->sd_table.sd_entry[j]; in i40e_create_lan_hmc_object()
388 if (!sd_entry->valid) { in i40e_create_lan_hmc_object()
389 sd_entry->valid = true; in i40e_create_lan_hmc_object()
390 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
394 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
411 sd_entry = &info->hmc_info->sd_table.sd_entry[j - 1]; in i40e_create_lan_hmc_object()
412 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
656 hw->hmc.sd_table.sd_entry = NULL; in i40e_shutdown_lan_hmc()
[all …]
H A Di40e_hmc.h70 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member