Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/pciconf/
HDcap.c419 switch (flags & PCIEM_FLAGS_TYPE) { in cap_express()
448 printf("type %d", (flags & PCIEM_FLAGS_TYPE) >> 4); in cap_express()
/NextBSD/sys/dev/pci/
HDpcireg.h704 #define PCIEM_FLAGS_TYPE 0x00F0 macro
HDpci.c831 cfg->pcie.pcie_type = val & PCIEM_FLAGS_TYPE; in pci_read_cap()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDpci.h93 #define PCI_EXP_FLAGS_TYPE PCIEM_FLAGS_TYPE /* Device/Port type */
/NextBSD/sys/x86/iommu/
HDbusdma_dmar.c168 if ((pcie_flags & PCIEM_FLAGS_TYPE) != in dmar_get_requester()