Lines Matching refs:PCIE_ZALLOC

631 	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_t);
675 PCIE_ZALLOC(pf_pcie_adv_bdg_err_regs_t);
682 PCIE_ZALLOC(pf_pcix_bdg_err_regs_t);
686 PCIE_ZALLOC(pf_pcix_ecc_regs_t);
688 PCIE_ZALLOC(pf_pcix_ecc_regs_t);
694 PCIE_ZALLOC(pf_pcix_bdg_err_regs_t);
698 PCIE_ZALLOC(pf_pcix_ecc_regs_t);
700 PCIE_ZALLOC(pf_pcix_ecc_regs_t);
703 PCIX_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcix_err_regs_t);
707 PCIE_ZALLOC(pf_pcix_ecc_regs_t);
798 PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t);
800 PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t);
801 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t);
802 PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t);
804 PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t);
805 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t);
806 PCIE_RP_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_rp_err_regs_t);
807 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
808 PCIE_ADV_RP_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t);
879 PCIE_BUS2DOM(bus_p) = PCIE_ZALLOC(pcie_domain_t);