Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/hw/
H A Dpcics_reg_driver.h665 #ifndef PCI_CAP_ID_EXP
666 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h130 #define PCI_CAP_ID_EXP PCI_CAP_ID_PCI_E macro
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h152 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
H A Dskd.c3758 pcie_reg = skd_pci_find_capability(skdev, PCI_CAP_ID_EXP); in skd_pci_info()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1137 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7717 pcie_cap = t4_os_find_pci_capability(adap, PCI_CAP_ID_EXP); in t4_fixup_host_params_compat()
9702 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in get_pci_mode()
9890 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in set_pcie_completion_timeout()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c1968 pos = OSAL_PCI_FIND_CAPABILITY(p_hwfn->p_dev, PCI_CAP_ID_EXP); in ecore_hw_init_pf()