Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/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()