Searched refs:gmac_mapcache_put (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/arm/gemini/ |
H A D | gemini_gmac.c | 516 gmac_mapcache_put(gmac_mapcache_t *mc, bus_dmamap_t map) in gmac_mapcache_put() function 550 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_hwqueue_txconsume() 708 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_rxproduce() 715 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_rxproduce() 722 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_rxproduce() 833 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_hwqueue_rxconsume() 1034 gmac_mapcache_put(hqm->hqm_mc, map); in gmac_hwqueue_destroy()
|
H A D | gemini_gmacvar.h | 186 void gmac_mapcache_put(gmac_mapcache_t *, bus_dmamap_t);
|
H A D | if_gmc.c | 126 gmac_mapcache_put(hwq->hwq_hqm->hqm_mc, map); in gmc_txqueue() 135 gmac_mapcache_put(hwq->hwq_hqm->hqm_mc, map); in gmc_txqueue()
|