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

  /src/sys/arch/arm/gemini/
gemini_gmacvar.h 45 typedef struct gmac_mapcache gmac_mapcache_t; typedef in typeref:struct:gmac_mapcache
93 gmac_mapcache_t *sc_rxmaps;
94 gmac_mapcache_t *sc_txmaps;
121 gmac_mapcache_t *hqm_mc;
166 gmac_hwqmem_create(gmac_mapcache_t *, size_t, size_t, int);
180 gmac_mapcache_t *
182 void gmac_mapcache_destroy(gmac_mapcache_t **);
183 int gmac_mapcache_fill(gmac_mapcache_t *, size_t);
185 gmac_mapcache_get(gmac_mapcache_t *);
186 void gmac_mapcache_put(gmac_mapcache_t *, bus_dmamap_t)
    [all...]

Completed in 13 milliseconds