Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c5846 pci_read(sc, (sc->devinfo.pcie_pm_cap_reg + PCIR_POWER_STATUS), &pmcsr, in bnx2x_set_power_state()
7621 pci_read(sc, (caps->addr + reg), &ret, 2); in bnx2x_pcie_capability_read()
9606 pci_read(sc, PCI_STATUS, &status, 2);
9609 pci_read(sc, PCIR_STATUS, &status, 2);
9617 pci_read(sc, PCI_CAPABILITY_LIST, &pci_cap.next, 1);
9619 pci_read(sc, PCIR_CAP_PTR, &pci_cap.next, 1);
9623 pci_read(sc, pci_cap.next & ~3, &pci_cap, 2);
9773 pci_read(sc,
H A Dbnx2x.h2062 static inline int pci_read(struct bnx2x_softc *sc, size_t addr, in pci_read() function