Home
last modified time | relevance | path

Searched refs:PCIEM_FLAGS_TYPE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/nvme/
H A Dnvme_sim.c235 if ((flags & PCIEM_FLAGS_TYPE) == PCIEM_TYPE_ENDPOINT) { in nvme_sim_action()
/freebsd/usr.sbin/pciconf/
H A Dcap.c585 switch (flags & PCIEM_FLAGS_TYPE) { in cap_express()
614 printf("type %d", (flags & PCIEM_FLAGS_TYPE) >> 4); in cap_express()
/freebsd/sys/dev/pci/
H A Dpcireg.h790 #define PCIEM_FLAGS_TYPE 0x00F0 macro
H A Dpci_pci.c2778 val &= PCIEM_FLAGS_TYPE; in pcib_maxslots()
H A Dpci.c978 cfg->pcie.pcie_type = val & PCIEM_FLAGS_TYPE; in pci_read_cap()
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c189 if ((pcie_flags & PCIEM_FLAGS_TYPE) != in iommu_get_requester()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h123 #define PCI_EXP_FLAGS_TYPE PCIEM_FLAGS_TYPE /* Device/Port type */