Home
last modified time | relevance | path

Searched refs:PCI_STATUS_CAP_LIST (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.h463 #if (defined(__LINUX)) || (defined(PCI_STATUS_CAP_LIST))
477 #define PCI_STATUS_CAP_LIST 0x10 /* Support Capability List */ macro
/titanic_50/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()