Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/
H A Dpcics_reg_driver.h607 #if (defined(__LINUX)) || (defined(PCI_CAP_LIST_NEXT))
625 #define PCI_CAP_LIST_NEXT 0x1 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dpcics_reg_driver.h457 #if (defined(__LINUX)) || (defined(PCI_CAP_LIST_NEXT))
471 #define PCI_CAP_LIST_NEXT 0x1 /* Next capability in the list */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h165 #define PCI_CAP_LIST_NEXT 1 /* Next capability in the list */ macro
H A Dpci.c526 pci_read_config_byte(dev, pos + PCI_CAP_LIST_NEXT, &pos); in pci_find_capability()