Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h780 #define PCI_EXP_FLAGS_IRQ 0x3e00 /* Interrupt message number */ macro
/pciutils/
H A Dls-caps.c1511 printf(", IntMsgNum %d", (cap & PCI_EXP_FLAGS_IRQ) >> 9); in cap_express()