Searched refs:sc_tx_mapcache (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/arch/arm/broadcom/ |
| D | bcm53xx_eth.c | 171 struct bcmeth_mapcache *sc_tx_mapcache; member 336 error = bcmeth_mapcache_create(sc, &sc->sc_tx_mapcache, in bcmeth_ccb_attach() 500 if (sc->sc_tx_mapcache != NULL in bcmeth_ifinit() 501 && sc->sc_maxfrm != sc->sc_tx_mapcache->dmc_maxmapsize) { in bcmeth_ifinit() 502 bcmeth_mapcache_destroy(sc, sc->sc_tx_mapcache); in bcmeth_ifinit() 503 sc->sc_tx_mapcache = NULL; in bcmeth_ifinit() 506 if (sc->sc_tx_mapcache == NULL) { in bcmeth_ifinit() 507 error = bcmeth_mapcache_create(sc, &sc->sc_tx_mapcache, in bcmeth_ifinit() 1366 map = bcmeth_mapcache_get(sc, sc->sc_tx_mapcache); in bcmeth_txq_map_load() 1392 bcmeth_mapcache_put(sc, sc->sc_tx_mapcache, map); in bcmeth_txq_map_unload()
|
| /netbsd/src/sys/arch/powerpc/booke/dev/ |
| D | pq3etsec.c | 235 struct pq3etsec_mapcache *sc_tx_mapcache; member 663 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache, in pq3etsec_attach() 836 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache); in pq3etsec_attach() 888 if (sc->sc_tx_mapcache != NULL in pq3etsec_ifinit() 889 && sc->sc_maxfrm != sc->sc_tx_mapcache->dmc_maxmapsize) { in pq3etsec_ifinit() 890 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache); in pq3etsec_ifinit() 891 sc->sc_tx_mapcache = NULL; in pq3etsec_ifinit() 894 if (sc->sc_tx_mapcache == NULL) { in pq3etsec_ifinit() 895 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache, in pq3etsec_ifinit() 1878 map = pq3etsec_mapcache_get(sc, sc->sc_tx_mapcache); in pq3etsec_txq_map_load() [all …]
|