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

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c631 pf_data_t *pfd_p = PCIE_ZALLOC(pf_data_t);
644 PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t);
646 PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
649 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
650 PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t);
654 PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t);
657 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
661 PCIE_ZALLOC(pf_pcie_rp_err_regs_t);
663 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
668 PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_
[all...]
H A Dpciev.c86 pcie_req_id_list_t *rl = PCIE_ZALLOC(pcie_req_id_list_t);
216 pcie_domain_t *dom_p = PCIE_ZALLOC(pcie_domain_t);
510 pd = PCIE_ZALLOC(pcie_domains_t);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h615 #define PCIE_ZALLOC(data) kmem_zalloc(sizeof (data), KM_SLEEP) macro

Completed in 45 milliseconds