Home
last modified time | relevance | path

Searched refs:pcie_slot_sta (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_pci.c1077 if ((sc->pcie_slot_sta & PCIEM_SLOT_STA_PDS) == 0) in pcib_hotplug_inserted()
1081 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD) in pcib_hotplug_inserted()
1086 (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS) != 0) in pcib_hotplug_inserted()
1171 sc->pcie_slot_sta & in pcib_pcie_hotplug_update()
1205 old_slot_sta = sc->pcie_slot_sta; in pcib_pcie_intr_hotplug()
1213 sc->pcie_slot_sta); in pcib_pcie_intr_hotplug()
1215 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_ABP) { in pcib_pcie_intr_hotplug()
1231 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_PFD) in pcib_pcie_intr_hotplug()
1233 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSC) in pcib_pcie_intr_hotplug()
1241 if (sc->pcie_slot_sta & PCIEM_SLOT_STA_CC) in pcib_pcie_intr_hotplug()
[all …]
H A Dpcib_private.h133 uint16_t pcie_slot_sta; member