Searched refs:sc_txmaps (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_gmacvar.h94 gmac_mapcache_t *sc_txmaps; member in struct:gmac_softc
H A Dif_gmc.c435 gmac_mapcache_destroy(&psc->sc_txmaps);
450 gmac_mapcache_fill(psc->sc_txmaps, MIN_TXMAPS);
472 hqm = gmac_hwqmem_create(psc->sc_txmaps, TXQ_NDESCS, 6,
H A Dgemini_gmac.c201 sc->sc_txmaps = gmac_mapcache_create(sc->sc_dmat, MAX_TXMAPS,
203 KASSERT(sc->sc_txmaps != NULL);

Completed in 181 milliseconds