Home
last modified time | relevance | path

Searched refs:pci_read (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c5842 pci_read(sc, (sc->devinfo.pcie_pm_cap_reg + PCIR_POWER_STATUS), &pmcsr, in bnx2x_set_power_state()
7617 pci_read(sc, (caps->addr + reg), &ret, 2); in bnx2x_pcie_capability_read()
9602 pci_read(sc, PCI_STATUS, &status, 2);
9605 pci_read(sc, PCIR_STATUS, &status, 2);
9613 pci_read(sc, PCI_CAPABILITY_LIST, &pci_cap.next, 1);
9615 pci_read(sc, PCIR_CAP_PTR, &pci_cap.next, 1);
9619 pci_read(sc, pci_cap.next & ~3, &pci_cap, 2);
9780 pci_read(sc,
H A Dbnx2x.h2061 static inline int pci_read(struct bnx2x_softc *sc, size_t addr, in pci_read() function