HomeSort by: relevance | last modified time | path
    Searched defs:sc_rx_mapcache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 170 struct bcmeth_mapcache *sc_rx_mapcache; member in struct:bcmeth_softc
329 error = bcmeth_mapcache_create(sc, &sc->sc_rx_mapcache,
895 bus_dmamap_t map = bcmeth_mapcache_get(sc, sc->sc_rx_mapcache);
910 bcmeth_mapcache_put(sc, sc->sc_rx_mapcache, map);
941 bcmeth_mapcache_put(sc, sc->sc_rx_mapcache, map);
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 234 struct pq3etsec_mapcache *sc_rx_mapcache; member in struct:pq3etsec_softc
656 error = pq3etsec_mapcache_create(sc, &sc->sc_rx_mapcache,
838 pq3etsec_mapcache_destroy(sc, sc->sc_rx_mapcache);
1432 bus_dmamap_t map = pq3etsec_mapcache_get(sc, sc->sc_rx_mapcache);
1447 pq3etsec_mapcache_put(sc, sc->sc_rx_mapcache, map);
1470 pq3etsec_mapcache_put(sc, sc->sc_rx_mapcache, map);

Completed in 50 milliseconds