Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3077 static int wrapindex = 0; /* next "free" cache entry */ in an_cache_store() local
3153 if (wrapindex == MAXANCACHE) { in an_cache_store()
3154 wrapindex = 0; in an_cache_store()
3156 cache_slot = wrapindex++; in an_cache_store()