Searched refs:u32_t (Results 1 - 25 of 55) 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 Dperformance.h23 u32_t tx_msdu_count;
24 u32_t tx_mpdu_count;
25 u32_t rx_msdu_count;
26 u32_t rx_mpdu_count;
27 u32_t tick_base;
44 u32_t rx_reorder;
49 u32_t tx_msdu_tick[100];
50 u32_t tx_mpdu_tick[100];
51 u32_t rx_msdu_tick[100];
52 u32_t rx_mpdu_tic
[all...]
H A Dcwm.h41 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); */
72 extern u32_t zfwUsbGetMaxTxQSize(zdev_t* dev);
75 extern u32_t zfwUsbGetFreeTxQSize(zdev_t* dev);
81 extern u32_t zfwUsbEnableIntEpt(zdev_t *dev, u8_t endpt);
87 extern u32_t zfwUsbSubmitControl(zdev_t* dev, u8_t req, u16_t value,
88 u16_t index, void *data, u32_t size);
89 extern u32_t zfwUsbSubmitControlIo(zdev_t* dev, u8_t req, u8_t reqtype,
90 u16_t value, u16_t index, void *data, u32_t size);
93 extern void zfwUsbCmd(zdev_t* dev, u8_t endpt, u32_t* cm
[all...]
H A Dpub_zfi.h203 u32_t reserved;
209 u32_t reserved;
256 u32_t tick;
305 u32_t channelFlags; /* see below */
329 u32_t txCount;
330 u32_t failCount;
333 u32_t probingTime;
338 u32_t lasttxCount;
339 u32_t lastTime;
356 u32_t iv3
[all...]
H A Dpub_zfw.h39 extern void* zfwMemAllocate(zdev_t* dev, u32_t size);
40 extern void zfwMemFree(zdev_t* dev, void* mem, u32_t size);
47 extern void zfwSleep(zdev_t* dev, u32_t ms);
50 extern u32_t zfwWaitForEvent(zdev_t *dev, u32_t event, u32_t timeout);
56 extern void zfwDbgReadRegDone(zdev_t* dev, u32_t addr, u32_t val);
59 extern void zfwDbgReadFlashDone(zdev_t* dev, u32_t addr, u32_t* rspdat
[all...]
H A Dqueue.h24 u32_t tick;
H A Dratectrl.h30 extern const u32_t zcRateToPhyCtrl[];
34 extern void zfRateCtrlTxFailEvent(zdev_t* dev, struct zsRcCell* rcCell, u8_t aggRate, u32_t retryRate);
H A Dcic.c205 u8_t zfPhyCtrlToRate(u32_t phyCtrl)
207 u32_t mt, mcs, sg;
315 u32_t retryRate;
317 retryRate = (u32_t)(rsp[6]) + (((u32_t)(rsp[7]))<<8)
318 + (((u32_t)(rsp[8]))<<16) + (((u32_t)(rsp[9]))<<24);
326 zfRateCtrlTxFailEvent(dev, &wd->ap.staTable[i].rcCell, 0,(u32_t)zfPhyCtrlToRate(retryRate));
336 zfRateCtrlTxFailEvent(dev, &wd->sta.oppositeInfo[peerIdx].rcCell, 0,(u32_t)zfPhyCtrlToRate(retryRate));
343 u32_t retryRat
[all...]
H A Dstruct.h312 u32_t iv32,iv32tmp;
317 u32_t k0, k1; // Key
318 u32_t left, right; // Current state
319 u32_t m; // Message accumulator (single word)
329 u32_t tick;
372 u32_t adhocMode;
379 u32_t nRateBasic;
418 u32_t timer;
478 u32_t cw_enable; /* CWM State Machine Enabled */
479 u32_t cw_extbusythreshol
[all...]
H A Dcwm.c100 u16_t zfCwmIsExtChanBusy(u32_t ctlBusy, u32_t extBusy)
102 u32_t busy; /* percentage */
103 u32_t cycleTime, ctlClear;
H A Dcfunc.h76 void zfCollectHWTally(zdev_t*dev, u32_t* rsp, u8_t id);
78 u16_t zfTimerSchedule(zdev_t* dev, u16_t event, u32_t tick);
102 u32_t zfCoreSetKey(zdev_t* dev, u8_t user, u8_t keyId, u8_t type,
103 u16_t* mac, u32_t* key);
111 u16_t zfFindCleanFrequency(zdev_t* dev, u32_t adhocMode);
119 u16_t zfIssueCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen, u16_t src, u8_t* buf);
154 u32_t p1, u32_t p2, u32_t p3);
199 void zfApGetStaTxRateAndQosType(zdev_t* dev, u16_t* addr, u32_t* phyCtr
[all...]
H A Dcagg.h181 u32_t timestamp;
188 u32_t arrivalTime;
200 u32_t timestamp;
221 void (*core)(zdev_t* dev, u16_t baw_seq, u32_t bitmap, u16_t aggLen);
246 u32_t lastArrival;
281 u32_t timestamp;
307 u32_t got_packets_sum;
308 u32_t got_bytes_sum;
309 u32_t sent_packets_sum;
310 u32_t sent_bytes_su
[all...]
H A Dcoid.c208 u32_t zfiWlanQuerySupportMode(zdev_t* dev)
215 u32_t zfiWlanQueryTransmitPower(zdev_t* dev)
217 u32_t ret = 0;
359 void zfiWlanSetFrequency(zdev_t* dev, u32_t frequency, u8_t bImmediate)
515 u32_t* key;
595 // (u32_t*) &keyInfo.key[16]);
606 // (u32_t*) micKey);
631 // (u16_t *)keyInfo.macAddr, (u32_t*) keyInfo.key);
633 wd->ap.staTable[id].encryMode, (u32_t*) keyInfo.key,
634 (u32_t*)
[all...]
H A Dccmd.c31 u32_t zfUpdateRxRate(zdev_t *dev);
35 extern void zfiUsbRegIn(zdev_t *dev, u32_t *rsp, u16_t rspLen);
38 extern u16_t zfHpReinit(zdev_t *dev, u32_t frequency);
45 u32_t ret;
57 u32_t i;
61 u32_t devSize;
694 u32_t oneTxStreamCap;
1032 const u32_t zcRateIdToKbps40M[] =
1044 const u32_t zcRateIdToKbps20M[] =
1056 u32_t zfiWlanQueryTxRat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwrap_dbg.c45 void zfwDbgReadRegDone(zdev_t *dev, u32_t addr, u32_t val)
50 void zfwDbgWriteRegDone(zdev_t *dev, u32_t addr, u32_t val)
60 void zfwDbgWriteEepromDone(zdev_t *dev, u32_t addr, u32_t val)
64 void zfwDbgQueryHwTxBusyDone(zdev_t *dev, u32_t val)
69 void zfwDbgReadFlashDone(zdev_t *dev, u32_t addr, u32_t *rspdata, u32_t datale
[all...]
H A Dwrap_usb.c36 extern u32_t zfLnxSubmitRegInUrb(zdev_t *dev);
37 u32_t zfLnxUsbOut(zdev_t *dev, u8_t *hdr, u16_t hdrlen, u8_t *snap,
40 u32_t zfLnxUsbWriteReg(zdev_t *dev, u32_t *cmd, u16_t cmdLen);
53 u32_t zfwUsbGetFreeTxQSize(zdev_t *dev)
56 u32_t freeTxQSize;
71 u32_t zfwUsbGetMaxTxQSize(zdev_t *dev)
76 u32_t zfwUsbEnableIntEpt(zdev_t *dev, u8_t endpt)
97 u32_t zfwUsbSubmitControl(zdev_t *dev, u8_t req, u16_t value, u16_t index,
98 void *data, u32_t siz
[all...]
H A Doal_dt.h34 typedef unsigned int u32_t; typedef
H A Dwrap_mem.c36 void *zfwMemAllocate(zdev_t *dev, u32_t size)
45 void zfwMemFree(zdev_t *dev, void *mem, u32_t size)
H A Dwwrap.c34 extern void zfIdlChkRsp(zdev_t *dev, u32_t *rsp, u16_t rspLen);
35 extern void zfIdlRsp(zdev_t *dev, u32_t *rsp, u16_t rspLen);
42 u32_t zfLnxUsbSubmitTxData(zdev_t *dev);
43 u32_t zfLnxUsbIn(zdev_t *dev, urb_t *urb, zbuf_t *buf);
44 u32_t zfLnxSubmitRegInUrb(zdev_t *dev);
45 u32_t zfLnxUsbSubmitBulkUrb(urb_t *urb, struct usb_device *usb, u16_t epnum, u16_t direction,
47 u32_t zfLnxUsbSubmitIntUrb(urb_t *urb, struct usb_device *usb, u16_t epnum, u16_t direction,
49 u32_t interval);
211 u32_t zfLnxPutUsbRxBuffer(zdev_t *dev, zbuf_t *buf)
465 u32_t rs
[all...]
H A Dusbdrv.h57 #define pipe_t u32_t
104 u32_t addr; /* Length of the data buffer */
105 u32_t value; /* Pointer to the data buffer */
176 u32_t flags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h52 u32_t cmd[ZM_MAX_CMD_SIZE/4];
58 u32_t delayWcmdAddr[(ZM_CMD_QUEUE_SIZE-4)/4];
59 u32_t delayWcmdVal[(ZM_CMD_QUEUE_SIZE-4)/4];
64 u32_t currentRSSI[7]; /* RSSI combined */
65 u32_t currentRxEVM[14];
66 u32_t currentRxDataMT;
67 u32_t currentRxDataMCS;
68 u32_t currentRxDataBW;
69 u32_t currentRxDataSG;
80 u32_t halCapabilit
[all...]
H A Dhpani.h19 u32_t ackrcv_bad;
20 u32_t rts_bad;
21 u32_t rts_good;
22 u32_t fcs_bad;
23 u32_t beacons;
31 u32_t ns_avgbrssi; /* average beacon rssi */
32 u32_t ns_avgrssi; /* average data rssi */
33 u32_t ns_avgtxrssi; /* average tx rssi */
39 u32_t ast_ani_niup; /* ANI increased noise immunity */
40 u32_t ast_ani_nidow
[all...]
H A Dhprw.c22 extern void zfIdlCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen);
25 u16_t zfDelayWriteInternalReg(zdev_t* dev, u32_t addr, u32_t val);
50 u16_t zfPutCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen, u16_t src, u8_t* buf)
80 u16_t zfGetCmd(zdev_t* dev, u32_t* cmd, u16_t* cmdLen, u16_t* src, u8_t** buf)
109 u32_t ncmd[ZM_MAX_CMD_SIZE/4];
164 u16_t zfIssueCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen, u16_t src, u8_t* buf)
212 void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen)
214 u32_t cmd[ZM_MAX_CMD_SIZE/4];
218 u32_t ncm
[all...]
H A Dhpmain.c21 extern const u32_t zcFwImage[];
22 extern const u32_t zcFwImageSize;
23 extern const u32_t zcDKFwImage[];
24 extern const u32_t zcDKFwImageSize;
25 extern const u32_t zcFwImageSPI[];
26 extern const u32_t zcFwImageSPISize;
29 extern const u32_t zcFwBufImage[];
30 extern const u32_t zcFwBufImageSize;
31 extern const u32_t zcP2FwImage[];
32 extern const u32_t zcP2FwImageSiz
[all...]
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);
43 void zfIdlCmd(zdev_t* dev, u32_t* cmd, u16_t cmdLen)
60 u32_t oldMT;
61 u32_t oldMCS;
63 u32_t phyCtrl;
64 u32_t oldPhyCtrl;
75 oldPhyCtrl = zmw_buf_readh(dev, buf, 4) | ((u32_t)zmw_buf_read
[all...]

Completed in 106 milliseconds

123