Home
last modified time | relevance | path

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

/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h527 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
H A Dt4_hw.c3553 pcie_cap = t4_os_find_pci_capability(adap, PCI_CAP_ID_EXP); in t4_fixup_host_params_compat()
4895 pcie_cap = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in set_pcie_completion_timeout()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h38 #define PCIY_EXPRESS PCI_CAP_ID_EXP
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1012 int pos = t4_os_find_pci_capability(adapter, PCI_CAP_ID_EXP); in configure_pcie_ext_tag()
/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()