Searched refs:PCICFG_ALL_FUNC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcicfg.h | 50 #define PCICFG_ALL_FUNC 0xffffffff macro
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 331 if (pcicfg_configure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0) in pcie_hp_probe() 365 if (pcicfg_unconfigure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0) in pcie_hp_unprobe()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1559 if (pcicfg_configure(self, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_configure_ap() 1719 PCICFG_ALL_FUNC, 0) == PCICFG_SUCCESS) { in pcihp_unconfigure_ap() 2155 if (pcicfg_configure(dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_new_slot_state() 2465 if (pcicfg_configure(pcihp_p->dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_event_handler() 2613 PCICFG_ALL_FUNC, 0) == PCICFG_SUCCESS) { in pcihp_event_handler()
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 599 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_configure() 755 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_configure() 942 rc = pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0); in pcicfg_configure_ntbridge() 1321 return (pcicfg_unconfigure(new_device, devno, PCICFG_ALL_FUNC, 0)); in pcicfg_ntbridge_unconfigure_child() 1503 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_unconfigure() 1529 if (function != PCICFG_ALL_FUNC) in pcicfg_unconfigure() 1558 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_unconfigure()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 747 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_configure() 1043 if (pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0) in pcicfg_configure_ntbridge() 1377 return (pcicfg_unconfigure(new_device, devno, PCICFG_ALL_FUNC, 0)); in pcicfg_ntbridge_unconfigure_child() 1593 if (function != PCICFG_ALL_FUNC) in pcicfg_unconfigure()
|