Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dheader.h383 #define PCI_PCIX_STATUS_DEVICE_COMPLEXITY 0x00100000 /* 0 = simple device, 1 =… macro
/pciutils/
H A Dls-caps.c149 ((status & PCI_PCIX_STATUS_DEVICE_COMPLEXITY) ? "bridge" : "simple"), in cap_pcix_nobridge()