Searched refs:uniTail (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmap.c436 if (wd->ap.uniHead != wd->ap.uniTail)
573 if (((wd->ap.uniTail+1)&(ZM_UNI_ARRAY_SIZE-1))
576 wd->ap.uniArray[wd->ap.uniTail++] = buf;
577 wd->ap.uniTail &= (ZM_UNI_ARRAY_SIZE-1);
1669 while (id != wd->ap.uniTail)
1769 wd->ap.uniTail = (wd->ap.uniTail-1) & (ZM_UNI_ARRAY_SIZE-1);
1770 while (id != wd->ap.uniTail)
2287 while (id != wd->ap.uniTail)
H A Dstruct.h672 u16_t uniTail; member in struct:zsWlanDevAp

Completed in 66 milliseconds