Searched refs:u16_t (Results 1 - 25 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dqueue.h30 u16_t size;
31 u16_t sizeMask;
32 u16_t head;
33 u16_t tail;
H A Dcagg.h157 u16_t *header;
158 u16_t *mic;
159 u16_t *snap;
160 u16_t headerLen;
161 u16_t micLen;
162 u16_t snapLen;
163 u16_t removeLen;
168 u16_t header[29];//[(8+30+2+18)/2]; 58 bytes /* ctr+(4+a1+a2+a3+2+a4)+qos+iv */
169 u16_t headerLen;
170 u16_t mi
[all...]
H A Dperformance.h28 u16_t rx_seq_base;
29 u16_t rx_broken_seq;
30 u16_t rx_broken_sum;
31 u16_t rx_broken_seq_dis;
32 u16_t rx_duplicate_seq;
33 u16_t rx_duplicate_error;
34 u16_t rx_old_seq;
35 u16_t rx_lost_sum;
36 u16_t tx_idle_count;
37 u16_t rx_idle_coun
[all...]
H A Dcfunc.h33 void zfDeAmsdu(zdev_t* dev, zbuf_t* buf, u16_t vap, u8_t encryMode);
53 u16_t zfWlanEnable(zdev_t* dev);
58 u16_t offset, u16_t length);
60 u16_t offset, u16_t length);
62 u16_t offset, u16_t length);
64 u16_t offset, u16_t lengt
[all...]
H A Dcwm.h40 void zfCoreCwmBusy(zdev_t* dev, u16_t busy);
41 u16_t zfCwmIsExtChanBusy(u32_t ctlBusy, u32_t extBusy);
H A Dpub_usb.h48 void (*zfcbUsbRegIn)(zdev_t* dev, u32_t* rsp, u16_t rspLen);
61 /* void (*zfcbUsbRegIn)(zdev_t* dev, u32_t* rsp, u16_t rspLen); */
87 extern u32_t zfwUsbSubmitControl(zdev_t* dev, u8_t req, u16_t value,
88 u16_t index, void *data, u32_t size);
90 u16_t value, u16_t index, void *data, u32_t size);
93 extern void zfwUsbCmd(zdev_t* dev, u8_t endpt, u32_t* cmd, u16_t cmdLen);
96 extern u32_t zfwUsbSend(zdev_t* dev, u8_t endpt, u8_t *hdr, u16_t hdrlen, u8_t *snap, u16_t snapLen,
97 u8_t *tail, u16_t tailLe
[all...]
H A Dpub_zfw.h25 extern zbuf_t* zfwBufAllocateWithContext(zdev_t* dev, u16_t len, u8_t *functionName, ULONG line);
28 extern zbuf_t* zfwBufAllocate(zdev_t* dev, u16_t len);
30 extern void zfwBufFree(zdev_t* dev, zbuf_t* buf, u16_t errCode);
31 extern u16_t zfwBufChain(zdev_t* dev, zbuf_t** head, zbuf_t* tail);
32 extern u16_t zfwBufCopy(zdev_t* dev, zbuf_t* dst, zbuf_t* src);
33 extern u16_t zfwBufSetSize(zdev_t* dev, zbuf_t* buf, u16_t size);
34 extern u16_t zfwBufRemoveHead(zdev_t* dev, zbuf_t* buf, u16_t size);
35 extern u16_t zfwBufGetSiz
[all...]
H A Dcinit.c31 u16_t zcIndextoRateBG[16] = {1000, 2000, 5500, 11000, 0, 0, 0, 0, 48000,
64 u16_t zfTxGenWlanHeader(zdev_t* dev, zbuf_t* buf, u16_t* header, u16_t seq,
65 u8_t flag, u16_t plusLen, u16_t minusLen, u16_t port,
66 u16_t* da, u16_t* sa, u8_t up, u16_t *micLe
[all...]
H A Dpub_zfi.h229 u16_t frequency;
230 u16_t atimWindow;
242 u16_t sortValue;
250 u16_t frameBodysize;
253 u16_t athOwlAp;
254 u16_t marvelAp;
255 u16_t broadcomHTAp;
292 u16_t flag;
294 u16_t vapAddr[3];
295 u16_t* macAdd
[all...]
H A Dstruct.h309 u16_t ttak[5];
310 u16_t ppk[6];
311 u16_t iv16,iv16tmp;
320 u16_t nBytes; // # bytes in M
327 u16_t seqNum;
355 u16_t bssid[3];
362 u16_t frequency;
363 u16_t beaconInterval;
366 u16_t atimWindow;
374 u16_t autoSetFrequenc
[all...]
H A Dcmmap.c77 u16_t i;
113 u16_t zfApFindSta(zdev_t* dev, u16_t* addr)
115 u16_t i;
134 u16_t zfApGetSTAInfo(zdev_t* dev, u16_t* addr, u16_t* state, u8_t* vap)
136 u16_t id;
157 void zfApGetStaQosType(zdev_t* dev, u16_t* addr, u8_t* qosType)
159 u16_t i
[all...]
H A Dratectrl.h33 extern u16_t zfRateCtrlGetTxRate(zdev_t* dev, struct zsRcCell* rcCell, u16_t* probing);
H A Dcagg.c33 u16_t aggr_count;
39 u16_t i,j;
153 u16_t zfAggGetSta(zdev_t* dev, zbuf_t* buf)
155 u16_t id;
156 u16_t dst[3];
202 TID_TX zfAggTxGetQueue(zdev_t* dev, u16_t aid, u16_t tid)
204 //u16_t i;
245 TID_TX zfAggTxNewQueue(zdev_t* dev, u16_t aid, u16_t ti
[all...]
H A Dqueue.c30 struct zsQueue* zfQueueCreate(zdev_t* dev, u16_t size)
48 u16_t size = sizeof(struct zsQueue) + (sizeof(struct zsQueueCell)*(q->size-1));
56 u16_t zfQueuePutNcs(zdev_t* dev, struct zsQueue* q, zbuf_t* buf, u32_t tick)
58 u16_t ret = ZM_ERR_QUEUE_FULL;
73 u16_t zfQueuePut(zdev_t* dev, struct zsQueue* q, zbuf_t* buf, u32_t tick)
75 u16_t ret;
105 u16_t zfCompareDstwithBuf(zdev_t* dev, zbuf_t* buf, u8_t* addr)
107 u16_t i;
127 u16_t index, next;
228 u8_t zfQueueRemovewithIndex(zdev_t* dev, struct zsQueue* q, u16_t inde
[all...]
H A Damsdu.c37 zbuf_t *zfGetAmsduSubFrame(zdev_t *dev, zbuf_t *buf, u16_t *offset)
39 u16_t subframeLen;
40 u16_t amsduLen = zfwBufGetSize(dev, buf);
104 void zfDeAmsdu(zdev_t *dev, zbuf_t *buf, u16_t vap, u8_t encryMode)
106 u16_t offset = ZM_SIZE_OF_WLAN_DATA_HEADER+ZM_SIZE_OF_QOS_CTRL;
H A Dcfunc.c46 u16_t offset, u16_t length)
48 u16_t i;
57 u16_t offset, u16_t length)
59 u16_t i;
68 u16_t offset, u16_t length)
70 u16_t i;
79 u16_t offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_buf.c37 zbuf_t *zfwBufAllocate(zdev_t *dev, u16_t len)
49 void zfwBufFree(zdev_t *dev, zbuf_t *buf, u16_t status)
55 u16_t zfwBufRemoveHead(zdev_t *dev, zbuf_t *buf, u16_t size)
71 u16_t zfwBufChain(zdev_t *dev, zbuf_t **head, zbuf_t *tail)
80 u16_t zfwBufCopy(zdev_t *dev, zbuf_t *dst, zbuf_t *src)
90 u16_t zfwBufSetSize(zdev_t *dev, zbuf_t *buf, u16_t size)
104 u16_t zfwBufGetSize(zdev_t *dev, zbuf_t *buf)
H A Dwrap_mis.c35 extern u16_t zfLnxGetVapId(zdev_t *dev);
38 u16_t zfwGetVapId(zdev_t *dev)
75 asmlinkage u8_t zfwBufReadByte(zdev_t *dev, zbuf_t *buf, u16_t offset)
80 asmlinkage u16_t zfwBufReadHalfWord(zdev_t *dev, zbuf_t *buf, u16_t offset)
82 return zmw_cpu_to_le16(*(u16_t *)((u8_t *)buf->data+offset));
85 asmlinkage void zfwBufWriteByte(zdev_t *dev, zbuf_t *buf, u16_t offset,
91 asmlinkage void zfwBufWriteHalfWord(zdev_t *dev, zbuf_t *buf, u16_t offset,
92 u16_t value)
94 *(u16_t *)((u8_
[all...]
H A Dusbdrv.h93 u16_t hdrlen;
95 u16_t snapLen;
97 u16_t tailLen;
98 u16_t offset;
103 u16_t cmd; /* Command to run */
148 u16_t TxBufHead;
149 u16_t TxBufTail;
150 u16_t TxBufCnt;
151 u16_t TxUrbHead;
152 u16_t TxUrbTai
[all...]
H A Dwrap_sec.c36 u16_t zfLnxCencAsocNotify(zdev_t *dev, u16_t *macAddr, u8_t *body,
37 u16_t bodySize, u16_t port)
99 u16_t offset, u16_t length)
101 u16_t i;
109 u16_t zfwStaAddIeWpaRsn(zdev_t *dev, zbuf_t *buf, u16_t offset, u8_t frameType)
H A Dwrap_mem.c51 void zfwMemoryCopy(u8_t *dst, u8_t *src, u16_t length)
53 /* u16_t i; */
65 void zfwZeroMemory(u8_t *va, u16_t length)
67 /* u16_t i; */
78 void zfwMemoryMove(u8_t *dst, u8_t *src, u16_t length)
84 u8_t zfwMemoryIsEqual(u8_t *m1, u8_t *m2, u16_t length)
86 /* u16_t i; */
H A Dwrap_usb.c37 u32_t zfLnxUsbOut(zdev_t *dev, u8_t *hdr, u16_t hdrlen, u8_t *snap,
38 u16_t snapLen, u8_t *tail, u16_t tailLen, zbuf_t *buf,
39 u16_t offset);
40 u32_t zfLnxUsbWriteReg(zdev_t *dev, u32_t *cmd, u16_t cmdLen);
97 u32_t zfwUsbSubmitControl(zdev_t *dev, u8_t req, u16_t value, u16_t index,
130 void zfwUsbCmd(zdev_t *dev, u8_t endpt, u32_t *cmd, u16_t cmdLen)
149 u32_t zfwUsbSend(zdev_t *dev, u8_t endpt, u8_t *hdr, u16_t hdrlen, u8_t *snap,
150 u16_t snapLe
[all...]
H A Doal_dt.h35 typedef unsigned short u16_t; typedef
H A Dwrap_ev.c35 u16_t zfLnxAuthNotify(zdev_t *dev, u16_t *macAddr)
40 u16_t zfLnxAsocNotify(zdev_t *dev, u16_t *macAddr, u8_t *body, u16_t bodySize,
41 u16_t port)
47 u16_t i, j;
109 u16_t zfLnxDisAsocNotify(zdev_t *dev, u8_t *macAddr, u16_t port)
126 u16_t zfLnxApConnectNotif
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c31 extern void zfwUsbCmd(zdev_t* dev, u8_t endpt, u32_t* cmd, u16_t cmdLen);
33 extern void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen);
34 extern u16_t zfDelayWriteInternalReg(zdev_t* dev, u32_t addr, u32_t val);
35 extern u16_t zfFlushDelayWrite(zdev_t* dev);
43 void zfIdlCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen)
55 void zfAdjustCtrlSetting(zdev_t* dev, u16_t* header, zbuf_t* buf)
66 u16_t tpc = 0;
246 tpc = (u16_t)(wd->forceTxTPC & 0x3f);
294 zmw_buf_writeh(dev, buf, 4, (u16_t) (phyCtrl&0xffff));
295 zmw_buf_writeh(dev, buf, 6, (u16_t) (phyCtr
[all...]

Completed in 136 milliseconds

123