Home
last modified time | relevance | path

Searched refs:pcie_hp_uninit (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h299 extern int pcie_hp_uninit(dev_info_t *dip);
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c247 (void) pcie_hp_uninit(dip); in pcie_hp_init()
259 pcie_hp_uninit(dev_info_t *dip) in pcie_hp_uninit() function
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c265 if ((ret = pcie_hp_uninit(dip)) != DDI_SUCCESS) { in pcie_uninit()