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.c1200 pf_data_t *pfd_p = PCIE_ZALLOC(pf_data_t); in pcie_init_pfd()
1231 PCIE_ZALLOC(pf_pcie_rp_err_regs_t); in pcie_init_pfd()
1238 PCIE_ZALLOC(pf_pcie_adv_rp_err_regs_t); in pcie_init_pfd()
1245 PCIE_ZALLOC(pf_pcie_adv_bdg_err_regs_t); in pcie_init_pfd()
1252 PCIE_ZALLOC(pf_pcix_bdg_err_regs_t); in pcie_init_pfd()
1256 PCIE_ZALLOC(pf_pcix_ecc_regs_t); in pcie_init_pfd()
1258 PCIE_ZALLOC(pf_pcix_ecc_regs_t); in pcie_init_pfd()
1271 PCIE_ZALLOC(pf_pcix_bdg_err_regs_t); in pcie_init_pfd()
1275 PCIE_ZALLOC(pf_pcix_ecc_regs_t); in pcie_init_pfd()
1277 PCIE_ZALLOC(pf_pcix_ecc_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