Home
last modified time | relevance | path

Searched refs:wCurrentRate (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/staging/vt6656/
Drxtx.c133 WORD wCurrentRate,
148 WORD wCurrentRate,
210 WORD wCurrentRate
223 WORD wCurrentRate,
237 WORD wCurrentRate,
519 WORD wCurrentRate in s_uGetRTSCTSRsvTime() argument
527 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
827 WORD wCurrentRate, in s_uFillDataHead() argument
847 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead()
852 wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead()
[all …]
Drxtx.h680 WORD wCurrentRate,
Ddevice.h645 WORD wCurrentRate; member
Dmain_usb.c457 pDevice->wCurrentRate = (WORD) pDevice->uConnectionRate; in device_init_registers()
460 pDevice->wCurrentRate = RATE_11M; in device_init_registers()
462 pDevice->wCurrentRate = RATE_54M; in device_init_registers()
Dbaseband.c1188 if (pDevice->wCurrentRate <= RATE_11M) { //CCK in BBvLoopbackOn()
1237 if (pDevice->wCurrentRate <= RATE_11M) { // CCK in BBvLoopbackOff()
Dwcmd.c996 RFbSetPower(pDevice, pDevice->wCurrentRate, pMgmt->uCurrChannel); in vRunCommand()
Diwctl.c1000 brate = abySupportedRates[pDevice->wCurrentRate]; in iwctl_giwrate()
/linux-3.4.99/drivers/staging/vt6655/
Drxtx.c141 unsigned short wCurrentRate,
158 unsigned short wCurrentRate
193 unsigned short wCurrentRate
406 unsigned short wCurrentRate in s_uGetRTSCTSRsvTime() argument
414 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
723 unsigned short wCurrentRate in s_uFillDataHead() argument
736 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead()
746 … byPktType, wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead()
754 …uf->wTimeStampOff_a = cpu_to_le16(wTimeStampOff[pDevice->byPreambleType%2][wCurrentRate%MAX_RATE]); in s_uFillDataHead()
762 BBvCaculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead()
[all …]
Dwroute.c140 pDevice->wCurrentRate = RATE_11M; in ROUTEbRelay()
142 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in ROUTEbRelay()
147 pDevice->wCurrentRate = RATE_6M; in ROUTEbRelay()
150 pDevice->wCurrentRate = RATE_54M; in ROUTEbRelay()
152 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in ROUTEbRelay()
157 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in ROUTEbRelay()
160 if (pDevice->wCurrentRate <= RATE_11M) in ROUTEbRelay()
Ddevice_main.c550 pDevice->wCurrentRate = RATE_1M; in device_init_registers()
776 pDevice->wCurrentRate = RATE_54M; in device_init_registers()
778 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_init_registers()
2172 pDevice->wCurrentRate = RATE_11M; in device_dma0_xmit()
2174 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit()
2178 pDevice->wCurrentRate = RATE_54M; in device_dma0_xmit()
2180 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit()
2184 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in device_dma0_xmit()
2195 … DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "dma0: pDevice->wCurrentRate = %d \n", pDevice->wCurrentRate); in device_dma0_xmit()
2198 if (pDevice->wCurrentRate <= RATE_11M) { in device_dma0_xmit()
[all …]
Ddevice.h540 unsigned short wCurrentRate; member
Dcard.c892 pDevice->wCurrentRate = wDataRate; in CARDbSetTxDataRate()