Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/
H A Dpcics_reg_driver.h613 #if (defined(__LINUX)) || (defined(PCI_STATUS_CAP_LIST))
635 #define PCI_STATUS_CAP_LIST 0x10 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dpcics_reg_driver.h463 #if (defined(__LINUX)) || (defined(PCI_STATUS_CAP_LIST))
477 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h55 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
H A Dpci.c503 if (!(status & PCI_STATUS_CAP_LIST)) in pci_find_capability()