Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dpcics_reg_driver.h658 #ifndef PCI_CAP_ID_EXP
659 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
H A Decore_dev.c3554 pos = OSAL_PCI_FIND_CAPABILITY(p_hwfn->p_dev, PCI_CAP_ID_EXP); in ecore_hw_init_pf()
/freebsd/sys/dev/mthca/
H A Dmthca_reset.c125 hca_pcie_cap = pci_find_capability(mdev->pdev, PCI_CAP_ID_EXP); in mthca_reset()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h178 #define PCI_CAP_ID_EXP PCIY_EXPRESS macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h594 #define PCI_CAP_ID_EXP PCIY_EXPRESS macro
617 return pci_find_capability(dev, PCI_CAP_ID_EXP); in pci_pcie_cap()
904 pos = pci_find_capability(dev, PCI_CAP_ID_EXP); in pcie_flags_reg()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9040 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in get_pci_mode()
9197 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in set_pcie_completion_timeout()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4233 pcie_cap = t3_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in get_pci_mode()