Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/pciconf/
HDcap.c617 if (flags & PCIEM_FLAGS_IRQ) in cap_express()
618 printf(" MSI %d", (flags & PCIEM_FLAGS_IRQ) >> 9); in cap_express()
/freebsd-14-stable/sys/dev/pci/
HDpcireg.h803 #define PCIEM_FLAGS_IRQ 0x3e00 macro