Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h1297 #define PCI_ATS_CAP_IQD(x) ((x) & 0x1f) /* Invalidate Queue Depth */ macro
/pciutils/
H A Dls-ecaps.c326 printf("\t\tATSCap:\tInvalidate Queue Depth: %02x\n", PCI_ATS_CAP_IQD(w)); in cap_ats()