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

  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 171 struct bcmeth_mapcache *sc_tx_mapcache; member in struct:bcmeth_softc
336 error = bcmeth_mapcache_create(sc, &sc->sc_tx_mapcache,
500 if (sc->sc_tx_mapcache != NULL
501 && sc->sc_maxfrm != sc->sc_tx_mapcache->dmc_maxmapsize) {
502 bcmeth_mapcache_destroy(sc, sc->sc_tx_mapcache);
503 sc->sc_tx_mapcache = NULL;
506 if (sc->sc_tx_mapcache == NULL) {
507 error = bcmeth_mapcache_create(sc, &sc->sc_tx_mapcache,
1366 map = bcmeth_mapcache_get(sc, sc->sc_tx_mapcache);
1392 bcmeth_mapcache_put(sc, sc->sc_tx_mapcache, map)
    [all...]
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 235 struct pq3etsec_mapcache *sc_tx_mapcache; member in struct:pq3etsec_softc
663 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache,
836 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache);
888 if (sc->sc_tx_mapcache != NULL
889 && sc->sc_maxfrm != sc->sc_tx_mapcache->dmc_maxmapsize) {
890 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache);
891 sc->sc_tx_mapcache = NULL;
894 if (sc->sc_tx_mapcache == NULL) {
895 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache,
1878 map = pq3etsec_mapcache_get(sc, sc->sc_tx_mapcache);
    [all...]

Completed in 14 milliseconds