Lines Matching defs:sc_tx_mapcache
171 struct bcmeth_mapcache *sc_tx_mapcache;
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);