Searched refs:PCICFG_ALL_FUNC (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcicfg.h | 50 #define PCICFG_ALL_FUNC 0xffffffff macro
|
/titanic_41/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 328 if (pcicfg_configure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0) in pcie_hp_probe() 362 if (pcicfg_unconfigure(dip, slot_p->hs_device_num, PCICFG_ALL_FUNC, 0) in pcie_hp_unprobe()
|
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 1558 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() 2156 if (pcicfg_configure(dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_new_slot_state() 2467 if (pcicfg_configure(pcihp_p->dip, pci_dev, PCICFG_ALL_FUNC, 0) in pcihp_event_handler() 2615 PCICFG_ALL_FUNC, 0) == PCICFG_SUCCESS) { in pcihp_event_handler()
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 590 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_configure() 728 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_configure() 914 rc = pcicfg_configure(new_device, devno, PCICFG_ALL_FUNC, 0); in pcicfg_configure_ntbridge() 1293 return (pcicfg_unconfigure(new_device, devno, PCICFG_ALL_FUNC, 0)); in pcicfg_ntbridge_unconfigure_child() 1476 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_unconfigure() 1502 if (function != PCICFG_ALL_FUNC) in pcicfg_unconfigure() 1531 if ((function != PCICFG_ALL_FUNC) && (function != func)) in pcicfg_unconfigure()
|
/titanic_41/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() 1594 if (function != PCICFG_ALL_FUNC) in pcicfg_unconfigure()
|