Home
last modified time | relevance | path

Searched refs:PCI_CAP_LIST_NEXT (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dcaps.c48 byte next = pci_read_byte(d, where + PCI_CAP_LIST_NEXT) & ~3; in pci_scan_trad_caps()
H A Dheader.h212 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
/pciutils/
H A Dls-caps.c1827 next = get_conf_byte(d, where + PCI_CAP_LIST_NEXT) & ~3; in show_caps()