Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c3076 static int cache_slot = 0; /* use this cache entry */ in an_cache_store() local
3133 cache_slot = i; in an_cache_store()
3145 cache_slot = sc->an_nextitem; in an_cache_store()
3156 cache_slot = wrapindex++; in an_cache_store()
3163 if (cache_slot < 0 || cache_slot >= MAXANCACHE) { in an_cache_store()
3166 cache_slot, MAXANCACHE); in an_cache_store()
3176 sc->an_sigcache[cache_slot].ipsrc = ip->ip_src.s_addr; in an_cache_store()
3178 bcopy( eh->ether_shost, sc->an_sigcache[cache_slot].macsrc, 6); in an_cache_store()
3183 sc->an_sigcache[cache_slot].signal = in an_cache_store()
3185 sc->an_sigcache[cache_slot].quality = in an_cache_store()
[all …]