Home
last modified time | relevance | path

Searched refs:PCI_CAP_PTR_OFF (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c66 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) { in check_if_device_is_pciex()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h153 #define PCI_CAP_PTR_OFF 0x40 /* minimum cap pointer offset */
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h596 #define PCI_CAP_PTR_OFF 0x40 /* minimum cap pointer offset */ macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c2995 while (offset >= PCI_CAP_PTR_OFF) { in emlxs_pci_cap_offsets()
/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c572 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) { in device_is_pciex()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1846 while (cap_ptr != PCI_CAP_NEXT_PTR_NULL && cap_ptr >= PCI_CAP_PTR_OFF) { in set_devpm_d0()
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4203 if (caps_ptr < PCI_CAP_PTR_OFF) { in ahci_config_space_init()