Searched refs:uniArray (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.c438 psBuf = wd->ap.uniArray[wd->ap.uniHead];
576 wd->ap.uniArray[wd->ap.uniTail++] = buf;
584 /* uniArray full */
1671 psBuf = wd->ap.uniArray[id];
1773 wd->ap.uniArray[id] = wd->ap.uniArray[nid];
1776 dst[0] = zmw_buf_readh(dev, wd->ap.uniArray[id], 0);
1777 dst[1] = zmw_buf_readh(dev, wd->ap.uniArray[id], 2);
1778 dst[2] = zmw_buf_readh(dev, wd->ap.uniArray[id], 4);
2289 psBuf = wd->ap.uniArray[i
[all...]
H A Dstruct.h670 zbuf_t* uniArray[ZM_UNI_ARRAY_SIZE]; /* array to store unicast frames */ member in struct:zsWlanDevAp

Completed in 117 milliseconds