Home
last modified time | relevance | path

Searched refs:w_nextcache (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/wl/
Dif_wl.c262 int w_nextcache; /* next free cache entry */ member
2518 sc->w_nextcache = 0; in wl_cache_zero()
2573 for (i = 0; i < sc->w_nextcache; i++) { in wl_cache_store()
2586 if (i < sc->w_nextcache ) { in wl_cache_store()
2599 if ( sc->w_nextcache < MAXCACHEITEMS ) { in wl_cache_store()
2600 w_insertcache = sc->w_nextcache; in wl_cache_store()
2601 sc->w_nextcache++; in wl_cache_store()
2602 sc->w_sigitems = sc->w_nextcache; in wl_cache_store()