Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1208 pf_data_t *pfd_p = PCIE_ZALLOC(pf_data_t); in pcie_init_pfd()
1222 PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t); in pcie_init_pfd()
1224 PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t); in pcie_init_pfd()
1227 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t); in pcie_init_pfd()
1228 PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t); in pcie_init_pfd()
1232 PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t); in pcie_init_pfd()
1235 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_init_pfd()
1239 PCIE_ZALLOC(pf_pcie_rp_err_regs_t); in pcie_init_pfd()
1241 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_init_pfd()
1246 PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t); in pcie_init_pfd()
[all …]
H A Dpciev.c90 pcie_req_id_list_t *rl = PCIE_ZALLOC(pcie_req_id_list_t); in pcie_bdf_list_add()
220 pcie_domain_t *dom_p = PCIE_ZALLOC(pcie_domain_t); in pcie_init_dom()
514 pd = PCIE_ZALLOC(pcie_domains_t); in pcie_domain_list_add()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h749 #define PCIE_ZALLOC(data) kmem_zalloc(sizeof (data), KM_SLEEP) macro