Searched refs:PCI_CAP_ID_EXP (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_reset.c125 hca_pcie_cap = pci_find_capability(mdev->pdev, PCI_CAP_ID_EXP);
/freebsd-13-stable/sys/dev/cxgbe/
H A Dosdep.h125 #define PCI_CAP_ID_EXP PCIY_EXPRESS macro
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dpcics_reg_driver.h660 #ifndef PCI_CAP_ID_EXP
661 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
H A Decore_dev.c3556 pos = OSAL_PCI_FIND_CAPABILITY(p_hwfn->p_dev, PCI_CAP_ID_EXP);
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h190 #define PCI_CAP_ID_EXP PCIY_EXPRESS macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h486 #define PCI_CAP_ID_EXP PCIY_EXPRESS macro
509 return pci_find_capability(dev, PCI_CAP_ID_EXP);
830 pos = pci_find_capability(dev, PCI_CAP_ID_EXP);
/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c4236 pcie_cap = t3_os_find_pci_capability(adapter, PCI_CAP_ID_EXP);
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c9085 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP);
9242 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP);

Completed in 266 milliseconds