Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h907 #define PCIEM_SLOT_STA_MRLSS 0x0020 macro
H A Dpci_pci.c993 if ((slot_sta & PCIEM_SLOT_STA_MRLSS) != 0 && in pcib_probe_hotplug()
1086 (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS) != 0) in pcib_hotplug_inserted()
1235 sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS ? "open" : in pcib_pcie_intr_hotplug()
/freebsd/usr.sbin/pciconf/
H A Dcap.c681 printf(" MRL(%s)", sta & PCIEM_SLOT_STA_MRLSS ? "open" : in cap_express()