Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h691 #define PCIEM_CAP_SLOT_IMPL 0x0100 /* Slot implemented, macro
H A Dpci.c818 if (!(expr->expr_cap & PCIEM_CAP_SLOT_IMPL)) in pcie_slotimpl()
2496 !(expr->expr_cap & PCIEM_CAP_SLOT_IMPL)) in pci_print_verbose_expr()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c457 if (flags & PCIEM_CAP_SLOT_IMPL) { in cap_express()