Searched refs:PCIE_ZALLOC (Results 1 – 3 of 3) sorted by relevance
1184 pf_data_t *pfd_p = PCIE_ZALLOC(pf_data_t); in pcie_init_pfd()1198 PCIE_ROOT_FAULT(pfd_p) = PCIE_ZALLOC(pf_root_fault_t); in pcie_init_pfd()1200 PCIE_ROOT_EH_SRC(pfd_p) = PCIE_ZALLOC(pf_root_eh_src_t); in pcie_init_pfd()1203 PCI_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_err_regs_t); in pcie_init_pfd()1204 PFD_AFFECTED_DEV(pfd_p) = PCIE_ZALLOC(pf_affected_dev_t); in pcie_init_pfd()1208 PCI_BDG_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pci_bdg_err_regs_t); in pcie_init_pfd()1211 PCIE_ERR_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_err_regs_t); in pcie_init_pfd()1215 PCIE_ZALLOC(pf_pcie_rp_err_regs_t); in pcie_init_pfd()1217 PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t); in pcie_init_pfd()1222 PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t); in pcie_init_pfd()[all …]
90 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()
749 #define PCIE_ZALLOC(data) kmem_zalloc(sizeof (data), KM_SLEEP) macro