OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmac_mapcache_t
(Results
1 - 2
of
2
) 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
...]
gemini_gmac.c
425
gmac_mapcache_t
*
429
gmac_mapcache_t
*mc;
431
mc = kmem_zalloc(offsetof(
gmac_mapcache_t
, mc_maps[maxmaps]),
444
gmac_mapcache_destroy(
gmac_mapcache_t
**mc_p)
446
gmac_mapcache_t
*mc = *mc_p;
458
kmem_free(mc, offsetof(
gmac_mapcache_t
, mc_maps[mc->mc_max]));
463
gmac_mapcache_fill(
gmac_mapcache_t
*mc, size_t limit)
487
gmac_mapcache_get(
gmac_mapcache_t
*mc)
516
gmac_mapcache_put(
gmac_mapcache_t
*mc, bus_dmamap_t map)
961
gmac_hwqmem_create(
gmac_mapcache_t
*mc, size_t ndesc, size_t nqueue, int flags
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025