Searched refs:pd_table (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
56 mthca_free(&dev->pd_table.alloc, pd->pd_num);
66 mthca_free(&dev->pd_table.alloc, pd->pd_num);
71 return mthca_alloc_init(&dev->pd_table.alloc,
80 mthca_alloc_cleanup(&dev->pd_table.alloc);
H A Dmthca_dev.h342 struct mthca_pd_table pd_table; member in struct:mthca_dev
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_hmc.c93 &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->u.pd_table.pd_page_addr,
135 * 2. Adds pd_entry in the pd_table
149 struct i40e_hmc_pd_table *pd_table; local
170 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table;
171 pd_entry = &pd_table->pd_entry[rel_pd_idx];
193 pd_addr = (u64 *)pd_table
230 struct i40e_hmc_pd_table *pd_table; local
[all...]
H A Di40e_hmc.h91 struct i40e_hmc_pd_table pd_table; member in union:i40e_hmc_sd_entry::__anon12584
116 #define I40E_INC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt++)
120 #define I40E_DEC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt--)
H A Di40e_lan_hmc.c423 sd_entry->u.pd_table.pd_page_addr.pa,
562 struct i40e_hmc_pd_table *pd_table; local
622 pd_table =
623 &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table;
624 if (pd_table->pd_entry[rel_pd_idx].valid) {
1281 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx];
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dzfs_prop.h82 const zprop_index_t *pd_table; /* for index properties, a table */ member in struct:__anon10576
84 size_t pd_table_size; /* number of entries in pd_table[] */
/freebsd-13-stable/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c115 pd->pd_table = idx_tbl;
301 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL)
327 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL)
351 idx_tbl = prop_tbl[prop].pd_table;
447 idx = prop_tbl[prop].pd_table;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c484 const zprop_index_t *it = p->pd_table;

Completed in 180 milliseconds