Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcivar.h397 int pcie_slot_implemented(device_t);
H A Dpci_pci.c291 if (pci_is_pcie(dev) && pcie_slot_implemented(dev)) { in pcib_attach_common()
H A Dpci.c999 pcie_slot_implemented(device_t dev) in pcie_slot_implemented() function