Home
last modified time | relevance | path

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

/trueos/sys/i386/include/
HDif_wl_wavelan.h147 #define MAXCACHEITEMS 10 macro
151 #define MAX_AGE (INT_MAX - MAXCACHEITEMS)
/trueos/sys/dev/wl/
HDif_wl.c261 struct w_sigcache w_sigcache[ MAXCACHEITEMS ];
2514 bzero(&sc->w_sigcache[0], sizeof(struct w_sigcache) * MAXCACHEITEMS); in wl_cache_zero()
2597 if ( sc->w_nextcache < MAXCACHEITEMS ) { in wl_cache_store()
2606 if (sc->w_wrapindex == MAXCACHEITEMS) { in wl_cache_store()
2616 if (w_insertcache < 0 || w_insertcache >= MAXCACHEITEMS) { in wl_cache_store()
2619 w_insertcache, MAXCACHEITEMS); in wl_cache_store()
/trueos/usr.sbin/wlconfig/
HDwlconfig.c88 static struct w_sigcache wsc[MAXCACHEITEMS];