Searched refs:sd_entry (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.c57 struct i40e_hmc_sd_entry *sd_entry; local
63 if (NULL == hmc_info->sd_table.sd_entry) {
65 DEBUGOUT("i40e_add_sd_table_entry: bad sd_entry\n");
75 sd_entry = &hmc_info->sd_table.sd_entry[sd_index];
76 if (!sd_entry->valid) {
93 &sd_entry->u.pd_table.pd_entry_virt_mem,
97 sd_entry->u.pd_table.pd_entry =
99 sd_entry->u.pd_table.pd_entry_virt_mem.va;
100 i40e_memcpy(&sd_entry
231 struct i40e_hmc_sd_entry *sd_entry; local
284 struct i40e_hmc_sd_entry *sd_entry; local
312 struct i40e_hmc_sd_entry *sd_entry; local
333 struct i40e_hmc_sd_entry *sd_entry; local
361 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 =
289 * 3. Decrement the ref count for the sd_entry
318 struct i40e_hmc_sd_entry *sd_entry; local
389 sd_entry = &info->hmc_info->sd_table.sd_entry[j];
390 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) {
418 if (!sd_entry->valid) {
419 sd_entry
1241 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
/freebsd-11-stable/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std_local.h46 TAILQ_ENTRY(_citrus_iconv_std_dst) sd_entry; member in struct:_citrus_iconv_std_dst
H A Dcitrus_iconv_std.c205 TAILQ_REMOVE(dl, sd, sd_entry);
230 TAILQ_FOREACH(sdtmp, dl, sd_entry) {
233 sd_entry);
239 TAILQ_INSERT_TAIL(dl, sd, sd_entry);
321 TAILQ_FOREACH(sd, &ss->ss_dsts, sd_entry) {

Completed in 63 milliseconds