Searched refs:wd (Results 1 - 25 of 132) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dccmd.c69 zfZeroMemory((u8_t *)wd, (u16_t)devSize);
77 wd->commTally.RateCtrlTxMPDU = 0;
78 wd->commTally.RateCtrlBAFail = 0;
79 wd->preambleTypeInUsed = ZM_PREAMBLE_TYPE_SHORT;
89 wd->zfcbAuthNotify = cbFuncTbl->zfcbAuthNotify;
90 wd->zfcbAuthNotify = cbFuncTbl->zfcbAuthNotify;
91 wd->zfcbAsocNotify = cbFuncTbl->zfcbAsocNotify;
92 wd->zfcbDisAsocNotify = cbFuncTbl->zfcbDisAsocNotify;
93 wd->zfcbApConnectNotify = cbFuncTbl->zfcbApConnectNotify;
94 wd
[all...]
H A Dfreqctrl.c25 //printk("zfAddFreqChangeReq freqReqQueueTail%d\n", wd->freqCtrl.freqReqQueueTail);
26 wd->freqCtrl.freqReqQueue[wd->freqCtrl.freqReqQueueTail] = frequency;
27 wd->freqCtrl.freqReqBw40[wd->freqCtrl.freqReqQueueTail] = bw40;
28 wd->freqCtrl.freqReqExtOffset[wd->freqCtrl.freqReqQueueTail] = extOffset;
29 wd->freqCtrl.freqChangeCompCb[wd->freqCtrl.freqReqQueueTail] = cb;
30 wd
[all...]
H A Dcwm.c35 switch (wd->wlanMode) {
37 wd->cwm.cw_mode = CWM_MODE2040;
38 wd->cwm.cw_width = CWM_WIDTH40;
39 wd->cwm.cw_enable = 1;
45 wd->cwm.cw_mode = CWM_MODE2040;
46 wd->cwm.cw_width = CWM_WIDTH20;
47 wd->cwm.cw_enable = 1;
60 if(wd->cwm.cw_mode == CWM_MODE20) {
61 wd->cwm.cw_width = CWM_WIDTH20;
65 if(wd
[all...]
H A Dchb.c33 wd->tick++;
36 if ((wd->tick & 0xff) == 0)
45 if ((wd->tick % 10) == 9)
49 if (!wd->modeMDKEnable)
57 if ( wd->wlanMode == ZM_MODE_IBSS )
66 if ( wd->wlanMode == ZM_MODE_IBSS )
70 wd->tickIbssReceiveBeacon++; // add 10ms
72 if ( (wd->sta.ibssSiteSurveyStatus == 2) &&
73 (wd->tickIbssReceiveBeacon == 300) &&
74 (wd
[all...]
H A Dledmgr.c70 ton = ((wd->ledStruct.ledMode[i] & 0xf00) >> 8) * 5;
71 toff = ((wd->ledStruct.ledMode[i] & 0xf000) >> 12) * 5;
75 tmp = wd->ledStruct.counter / (ton+toff);
76 tmp = wd->ledStruct.counter - (tmp * (ton+toff));
89 if ((zfPowerSavingMgrIsSleeping(dev)) && ((wd->ledStruct.ledMode[i] & 0x8) == 0))
96 if ((wd->ledStruct.ledMode[i] & 0x40) == 0)
98 if ((wd->ledStruct.counter & 1) == 0)
100 zfHpLedCtrl(dev, i, (wd->ledStruct.ledMode[i] & 0x10) >> 4);
104 if ((wd->ledStruct.txTraffic > 0) || (wd
[all...]
H A Dcscanmgr.c23 wd->sta.scanMgr.scanReqs[0] = 0;
24 wd->sta.scanMgr.scanReqs[1] = 0;
26 wd->sta.scanMgr.currScanType = ZM_SCAN_MGR_SCAN_NONE;
27 wd->sta.scanMgr.scanStartDelay = 3;
28 //wd->sta.scanMgr.scanStartDelay = 0;
57 if ( wd->sta.scanMgr.scanReqs[i] == 1 )
63 wd->sta.scanMgr.scanReqs[i] = 1;
69 if ( wd->sta.scanMgr.currScanType == ZM_SCAN_MGR_SCAN_NONE )
73 else if ( wd->sta.scanMgr.currScanType == ZM_SCAN_MGR_SCAN_INTERNAL &&
81 wd
[all...]
H A Dcinit.c101 if (wd->wlanMode == ZM_MODE_INFRASTRUCTURE)
107 if ( zfPowerSavingMgrIsSleeping(dev) || wd->sta.psMgr.tempWakeUp == 1 )
113 header[6] = wd->sta.bssid[0];
114 header[7] = wd->sta.bssid[1];
115 header[8] = wd->sta.bssid[2];
121 else if (wd->wlanMode == ZM_MODE_PSEUDO)
133 if (wd->enableWDS)
146 else if (wd->wlanMode == ZM_MODE_IBSS)
153 header[12] = wd->sta.bssid[0];
154 header[13] = wd
[all...]
H A Dcpsmgr.c31 wd->sta.powerSaveMode = ZM_STA_PS_NONE;
32 wd->sta.psMgr.state = ZM_PS_MSG_STATE_ACTIVE;
33 wd->sta.psMgr.isSleepAllowed = 0;
34 wd->sta.psMgr.maxSleepPeriods = 1;
35 wd->sta.psMgr.ticks = 0;
36 wd->sta.psMgr.sleepAllowedtick = 0;
44 switch(wd->sta.psMgr.state)
63 wd->sta.psMgr.state = ZM_PS_MSG_STATE_ACTIVE;
73 switch(wd->sta.psMgr.state)
77 //wd
[all...]
H A Dcmmsta.c63 if(wd->sta.blockingApList[i].addr[j]!= bssid[j])
79 if (wd->sta.blockingApList[i].weight == 0)
95 wd->sta.blockingApList[i].addr[j] = bssid[j];
98 wd->sta.blockingApList[i].weight = weight;
132 if (wd->sta.blockingApList[i].weight != 0)
136 if (wd->sta.blockingApList[i].addr[j] != bssid[j])
178 if (wd->sta.blockingApList[i].weight != 0)
182 wd->sta.blockingApList[i].weight = 0;
186 wd->sta.blockingApList[i].weight--;
223 if (wd
[all...]
H A Dcfunc.c24 if ( wd->wlanMode == ZM_MODE_AP )
34 return wd->sta.mTxRate;
38 return wd->sta.uTxRate;
42 return wd->sta.mmTxRate;
162 wd->commTally.Hw_UnderrunCnt += (0xFFFF & rsp[1]);
163 wd->commTally.Hw_TotalRxFrm += rsp[2];
164 wd->commTally.Hw_CRC32Cnt += rsp[3];
165 wd->commTally.Hw_CRC16Cnt += rsp[4];
168 wd->commTally.Hw_DecrypErr_UNI += ((rsp[5]>50) && (rsp[5]<60))?50:rsp[5];
170 wd
[all...]
H A Dcoid.c51 addr[0] = (u8_t)(wd->macAddr[0] & 0xff);
52 addr[1] = (u8_t)(wd->macAddr[0] >> 8);
53 addr[2] = (u8_t)(wd->macAddr[1] & 0xff);
54 addr[3] = (u8_t)(wd->macAddr[1] >> 8);
55 addr[4] = (u8_t)(wd->macAddr[2] & 0xff);
57 addr[5] = (u8_t)(wd->macAddr[2] >> 8);
61 addr[5] = (u8_t)(wd->macAddr[2] >> 8); // Multiple SSID
63 addr[5] = vapId + 1 + (u8_t)(wd->macAddr[2] >> 8); //VAP
88 pBssInfo = wd->sta.bssList.head;
90 pBssList->bssCount = wd
[all...]
H A Dratectrl.c176 if (wd->wlanMode == ZM_MODE_AP) //AP 11ng 40M
188 if (wd->sta.htCtrlBandwidth == ZM_BANDWIDTH_40MHZ) //11ng 40M
211 if (wd->sta.htCtrlBandwidth == ZM_BANDWIDTH_40MHZ) //11ng 40M one Tx stream
252 if (wd->wlanMode == ZM_MODE_AP) //AP 11na 40M
263 if (wd->sta.htCtrlBandwidth == ZM_BANDWIDTH_40MHZ) //11na 40M
285 if (wd->sta.htCtrlBandwidth == ZM_BANDWIDTH_40MHZ) //11na 40M one Tx stream
328 rcCell->lastTime = wd->tick;
329 rcCell->probingTime = wd->tick;
331 wd->PER[i] = 0;
332 wd
[all...]
H A Dcic.c29 wd->sta.bssid[0] = bssid[0] + (((u16_t) bssid[1]) << 8);
30 wd->sta.bssid[1] = bssid[2] + (((u16_t) bssid[3]) << 8);
31 wd->sta.bssid[2] = bssid[4] + (((u16_t) bssid[5]) << 8);
58 wd->bRate = 0;
59 wd->bRateBasic = 0;
60 wd->gRate = 0;
61 wd->gRateBasic = 0;
64 wd->bRate = 0xf;
65 wd->bRateBasic = 0xf;
66 wd
[all...]
H A Dcmmap.c37 //zm_debug_msg1("wd->wlanMode : ", wd->wlanMode);
38 if (wd->wlanMode == ZM_MODE_AP)
41 /* AP : aging STA that does not active for wd->ap.staAgingTime */
42 now = wd->tick & 0x7f;
49 zfQueueAge(dev, wd->ap.uapsdQ, wd->tick, 10000);
51 /* AP : check (wd->ap.protectedObss) and (wd->ap.bStaAssociated) */
83 wd
[all...]
H A Dctxrx.c91 if ( wd->wlanMode == ZM_MODE_AP )
95 if (( wd->ap.encryMode[vap] == ZM_WEP64 ) ||
96 ( wd->ap.encryMode[vap] == ZM_WEP128 ) ||
97 ( wd->ap.encryMode[vap] == ZM_WEP256 ))
115 if (wd->ap.staTable[id].encryMode == ZM_TKIP)
120 else if (wd->ap.staTable[id].encryMode == ZM_AES)
127 else if (wd->ap.staTable[id].encryMode == ZM_CENC)
142 switch (wd->ap.wds.encryMode[wdsPort])
167 else if ( wd->wlanMode == ZM_MODE_PSEUDO)
250 if (wd
[all...]
H A Dcmm.c480 //if ( (rateSet == ZM_RATE_SET_OFDM)&&((wd->gRate & 0xff) == 0) )
490 if ((wd->bRate & (0x1<<i)) == (0x1<<i))
494 zg11bRateTbl[i]+((wd->bRateBasic & (0x1<<i))<<(7-i)));
503 if ((wd->gRate & (0x1<<i)) == (0x1<<i))
507 zg11gRateTbl[i]+((wd->gRateBasic & (0x1<<i))<<(7-i)));
557 zfChFreqToNum(wd->frequency, NULL));
591 zmw_tx_buf_writeb(dev, buf, offset++, wd->erpElement);
616 //struct zsWlanDev* wd = (struct zsWlanDev*) zmw_wlan_dev(dev);
625 //zmw_inttx_buf_writeb(dev, buf, offset++, wd->ap.wpaLen);
626 for(i = 0; i < wd
[all...]
H A Dcagg.c49 wd->aggInitiated = 0;
50 wd->addbaComplete = 0;
51 wd->addbaCount = 0;
52 wd->reorder = 1;
57 //wd->aggSta[i].aggQNumber[j] = ZM_AGG_POOL_SIZE;
58 wd->aggSta[i].aggFlag[j] = wd->aggSta[i].count[j] = 0;
59 wd->aggSta[i].tid_tx[j] = NULL;
60 wd->aggSta[i].tid_tx[j+1] = NULL;
68 wd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify.h9 int wd; member in struct:inotify_event_private_data
14 int wd; member in struct:inotify_inode_mark
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/au1x/
H A Dpsc-i2s.c308 struct au1xpsc_audio_data *wd; local
313 wd = kzalloc(sizeof(struct au1xpsc_audio_data), GFP_KERNEL);
314 if (!wd)
327 wd->mmio = ioremap(r->start, resource_size(r));
328 if (!wd->mmio)
334 sel = au_readl(PSC_SEL(wd)) & PSC_SEL_CLK_MASK;
335 au_writel(PSC_CTRL_DISABLE, PSC_CTRL(wd));
337 au_writel(PSC_SEL_PS_I2SMODE | sel, PSC_SEL(wd));
338 au_writel(0, I2S_CFG(wd));
342 wd
371 struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev); local
396 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); local
411 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); local
[all...]
H A Dpsc-ac97.c354 struct au1xpsc_audio_data *wd; local
359 wd = kzalloc(sizeof(struct au1xpsc_audio_data), GFP_KERNEL);
360 if (!wd)
363 mutex_init(&wd->lock);
375 wd->mmio = ioremap(r->start, resource_size(r));
376 if (!wd->mmio)
380 wd->cfg = PSC_AC97CFG_RT_FIFO8 | PSC_AC97CFG_TT_FIFO8 |
384 sel = au_readl(PSC_SEL(wd)) & PSC_SEL_CLK_MASK;
385 au_writel(PSC_CTRL_DISABLE, PSC_CTRL(wd));
387 au_writel(0, PSC_SEL(wd));
413 struct au1xpsc_audio_data *wd = platform_get_drvdata(pdev); local
439 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); local
454 struct au1xpsc_audio_data *wd = dev_get_drvdata(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dsbecom_inline_linux.h218 OS_start_watchdog (struct watchdog * wd) argument
220 wd->h.expires = jiffies + wd->ticks;
221 add_timer (&wd->h);
227 OS_stop_watchdog (struct watchdog * wd) argument
229 del_timer_sync (&wd->h);
235 OS_free_watchdog (struct watchdog * wd) argument
237 OS_stop_watchdog (wd);
238 OS_kfree (wd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c36 void (*rearm)(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz);
274 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
290 /* initialize the wd struct before enabling */
291 wd->perfctr_msr = perfctr_msr;
292 wd->evntsel_msr = evntsel_msr;
293 wd->cccr_msr = 0; /* unused */
307 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
309 wrmsr(wd->evntsel_msr, 0, 0);
331 single_msr_rearm(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz) argument
334 write_watchdog_counter(wd
362 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
396 p6_rearm(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz) argument
471 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
563 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
600 p4_rearm(struct nmi_watchdog_ctlblk *wd, unsigned nmi_hz) argument
646 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
771 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
780 struct nmi_watchdog_ctlblk *wd = &__get_cpu_var(nmi_watchdog_ctlblk); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh/
H A Dmksrctar.sh3 wd=`pwd`
104 /\/old/d' | cut -c3- > "$wd/doc/manifest"
106 if [ -f "$wd/sh/unix2dos.sh" ] ; then
107 cp "$wd/doc/manifest" "$wd/doc/manifest.txt"
108 $wd/sh/unix2dos.sh "$wd/doc/manifest.txt"
111 cpio -Lpdm $TMPDIR/TAR/$TARDIR < "$wd/doc/manifest"
114 find $TMPDIR/TAR/$TARDIR -type f '(' -name '*.[ch]' -or -name '*.[ch]pp' -or -name '*.in' ')' -exec $wd/sh/dos2unix.sh {} \;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_inotify.c50 static int inotify_rm_watch(int fd, int wd) argument
52 return syscall(__NR_inotify_rm_watch, fd, wd);
74 int wd; member in struct:inotify_watch_context
190 if (w->wd == e->wd && filter_match(w, e)) {
208 if (w->wd == e->wd && filter_match(w, e) &&
331 int wd = w->wd; local
334 /* only rm the watch if its the last one with this wd */
363 int wd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dwrapper.c27 static int hfsplus_read_mdb(void *bufptr, struct hfsplus_wd *wd) argument
43 wd->ablk_size = be32_to_cpu(*(__be32 *)(bufptr + HFSP_WRAPOFF_ABLKSIZE));
44 if (wd->ablk_size < HFSPLUS_SECTOR_SIZE)
46 if (wd->ablk_size % HFSPLUS_SECTOR_SIZE)
48 wd->ablk_start = be16_to_cpu(*(__be16 *)(bufptr + HFSP_WRAPOFF_ABLKSTART));
51 wd->embed_start = (extent >> 16) & 0xFFFF;
52 wd->embed_count = extent & 0xFFFF;
92 struct hfsplus_wd wd; local
112 if (!hfsplus_read_mdb(vhdr, &wd))
114 wd
[all...]

Completed in 326 milliseconds

123456