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.c59 struct i40e_hmc_sd_entry *sd_entry; local
65 if (NULL == hmc_info->sd_table.sd_entry) {
67 DEBUGOUT("i40e_add_sd_table_entry: bad sd_entry\n");
77 sd_entry = &hmc_info->sd_table.sd_entry[sd_index];
78 if (!sd_entry->valid) {
95 &sd_entry->u.pd_table.pd_entry_virt_mem,
99 sd_entry->u.pd_table.pd_entry =
101 sd_entry->u.pd_table.pd_entry_virt_mem.va;
102 i40e_memcpy(&sd_entry
234 struct i40e_hmc_sd_entry *sd_entry; local
287 struct i40e_hmc_sd_entry *sd_entry; local
315 struct i40e_hmc_sd_entry *sd_entry; local
336 struct i40e_hmc_sd_entry *sd_entry; local
364 struct i40e_hmc_sd_entry *sd_entry; local
[all...]
H A Di40e_lan_hmc.c227 if (NULL == hw->hmc.sd_table.sd_entry) {
232 /* allocate the sd_entry members in the sd_table */
238 hw->hmc.sd_table.sd_entry =
284 * 3. Decrement the ref count for the sd_entry
313 struct i40e_hmc_sd_entry *sd_entry; local
384 sd_entry = &info->hmc_info->sd_table.sd_entry[j];
385 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) {
413 if (!sd_entry->valid) {
414 sd_entry
1236 struct i40e_hmc_sd_entry *sd_entry; local
[all...]
H A Di40e_hmc.h97 struct i40e_virt_mem addr; /* used to track sd_entry allocations */
100 struct i40e_hmc_sd_entry *sd_entry; /* (sd_cnt*512) entries max */ member in struct:i40e_hmc_sd_table

Completed in 62 milliseconds