Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pci/
Dpcireg.h907 #define PCIEM_SLOT_STA_MRLSS 0x0020 macro
Dpci_pci.c964 if ((slot_sta & PCIEM_SLOT_STA_MRLSS) != 0 && in pcib_probe_hotplug()
1057 (sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS) != 0) in pcib_hotplug_inserted()
1197 sc->pcie_slot_sta & PCIEM_SLOT_STA_MRLSS ? "open" : in pcib_pcie_intr_hotplug()
/freebsd-12-stable/usr.sbin/pciconf/
Dcap.c565 printf(" MRL(%s)", sta & PCIEM_SLOT_STA_MRLSS ? "open" : in cap_express()