Searched refs:pcie_uninit (Results 1 – 7 of 7) sorted by relevance
404 (void) pcie_uninit(devi); in npe_attach()453 if (pcie_uninit(devi) != DDI_SUCCESS) in npe_detach()
382 (void) pcie_uninit(dip); in px_attach()482 if (pcie_uninit(dip) != DDI_SUCCESS) { in px_detach()
630 extern int pcie_uninit(dev_info_t *dip);
422 pcie_uninit(devi) : pcihp_uninit(devi); in ppb_detach()
513 ret = pcie_uninit(devi); in ppb_detach()
647 (void) pcie_uninit(devi); in pcieb_detach()
744 pcie_uninit(dev_info_t *dip) in pcie_uninit() function