Home
last modified time | relevance | path

Searched refs:pd_table (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_hmc.c92 &sd_entry->u.pd_table.pd_entry_virt_mem, in i40e_add_sd_table_entry()
96 sd_entry->u.pd_table.pd_entry = in i40e_add_sd_table_entry()
98 sd_entry->u.pd_table.pd_entry_virt_mem.va; in i40e_add_sd_table_entry()
99 i40e_memcpy(&sd_entry->u.pd_table.pd_page_addr, in i40e_add_sd_table_entry()
148 struct i40e_hmc_pd_table *pd_table; in i40e_add_pd_table_entry() local
169 pd_table = &hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_add_pd_table_entry()
170 pd_entry = &pd_table->pd_entry[rel_pd_idx]; in i40e_add_pd_table_entry()
192 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_add_pd_table_entry()
201 I40E_INC_PD_REFCNT(pd_table); in i40e_add_pd_table_entry()
229 struct i40e_hmc_pd_table *pd_table; in i40e_remove_pd_bp() local
[all …]
H A Di40e_hmc.h90 struct i40e_hmc_pd_table pd_table; member
115 #define I40E_INC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt++) argument
119 #define I40E_DEC_PD_REFCNT(pd_table) ((pd_table)->ref_cnt--) argument
H A Di40e_lan_hmc.c422 sd_entry->u.pd_table.pd_page_addr.pa, in i40e_create_lan_hmc_object()
561 struct i40e_hmc_pd_table *pd_table; in i40e_delete_lan_hmc_object() local
621 pd_table = in i40e_delete_lan_hmc_object()
622 &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in i40e_delete_lan_hmc_object()
623 if (pd_table->pd_entry[rel_pd_idx].valid) { in i40e_delete_lan_hmc_object()
1280 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx]; in i40e_hmc_get_object_va()
/freebsd/sys/dev/irdma/
H A Dirdma_hmc.c204 sd_entry->u.pd_table.pd_page_addr.pa : in irdma_hmc_sd_grp()
389 &sd_entry->u.pd_table.pd_page_addr : in irdma_finish_del_sd_reg()
416 struct irdma_hmc_pd_table *pd_table; in irdma_sc_del_hmc_obj() local
454 pd_table = &info->hmc_info->sd_table.sd_entry[sd_idx].u.pd_table; in irdma_sc_del_hmc_obj()
455 if (pd_table->pd_entry && in irdma_sc_del_hmc_obj()
456 pd_table->pd_entry[rel_pd_idx].valid) { in irdma_sc_del_hmc_obj()
476 pd_table = &info->hmc_info->sd_table.sd_entry[i].u.pd_table; in irdma_sc_del_hmc_obj()
494 pd_table->pd_entry) { in irdma_sc_del_hmc_obj()
495 kfree(pd_table->pd_entry_virt_mem.va); in irdma_sc_del_hmc_obj()
496 pd_table->pd_entry = NULL; in irdma_sc_del_hmc_obj()
[all …]
H A Dirdma_hmc.h116 struct irdma_hmc_pd_table pd_table; member
H A Dirdma_pble.c203 pd_entry = &sd_entry->u.pd_table.pd_entry[rel_pd_idx++]; in add_bp_pages()
321 sd_entry->u.pd_table.pd_page_addr.pa : in add_pble_prm()
/freebsd/sys/dev/mthca/
H A Dmthca_pd.c46 pd->pd_num = mthca_alloc(&dev->pd_table.alloc); in mthca_pd_alloc()
56 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_alloc()
66 mthca_free(&dev->pd_table.alloc, pd->pd_num); in mthca_pd_free()
71 return mthca_alloc_init(&dev->pd_table.alloc, in mthca_init_pd_table()
80 mthca_alloc_cleanup(&dev->pd_table.alloc); in mthca_cleanup_pd_table()
H A Dmthca_dev.h342 struct mthca_pd_table pd_table; member
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzprop_common.c128 pd->pd_table = idx_tbl; in zprop_register_impl()
322 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_string_to_index()
348 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL) in zprop_index_to_string()
372 idx_tbl = prop_tbl[prop].pd_table; in zprop_random_value()
478 idx = prop_tbl[prop].pd_table; in zprop_width()
/freebsd/sys/contrib/openzfs/include/
H A Dzfs_prop.h85 const zprop_index_t *pd_table; /* for index properties, a table */ member
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c484 const zprop_index_t *it = p->pd_table; in py_get_proptable()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi8655 <var-decl name='pd_table' type-id='c8bc397b' visibility='default'/>