Searched refs:pci_find_cap (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 2033 pci_find_cap(struct bnx2x_softc *sc, uint8_t id, uint8_t type) in pci_find_cap() function
|
| H A D | bnx2x.c | 7612 caps = pci_find_cap(sc, PCIY_EXPRESS, BNX2X_PCI_CAP); in bnx2x_pcie_capability_read() 7646 caps = pci_find_cap(sc, PCIY_PMG, BNX2X_PCI_CAP); in bnx2x_probe_pci_caps() 7668 caps = pci_find_cap(sc, PCIY_MSI, BNX2X_PCI_CAP); in bnx2x_probe_pci_caps() 7677 caps = pci_find_cap(sc, PCIY_MSIX, BNX2X_PCI_CAP); in bnx2x_probe_pci_caps()
|