Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h537 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
H A Dt4_hw.c3776 pcie_cap = t4_os_find_pci_capability(adap, PCI_CAP_ID_EXP); in t4_fixup_host_params_compat()
4975 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in set_pcie_completion_timeout()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h38 #define PCIY_EXPRESS PCI_CAP_ID_EXP
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1013 int pos = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in configure_pcie_ext_tag()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dev.c2783 pos = OSAL_PCI_FIND_CAPABILITY(p_dev, PCI_CAP_ID_EXP); in ecore_hw_init_chip()