Home
last modified time | relevance | path

Searched refs:PCIEM_FLAGS_IRQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dcap.c617 if (flags & PCIEM_FLAGS_IRQ) in cap_express()
618 printf(" MSI %d", (flags & PCIEM_FLAGS_IRQ) >> 9); in cap_express()
/freebsd/sys/dev/pci/
H A Dpcireg.h801 #define PCIEM_FLAGS_IRQ 0x3e00 macro