Searched refs:wCurrentRate (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/staging/vt6656/ |
D | rxtx.c | 133 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 …]
|
D | rxtx.h | 680 WORD wCurrentRate,
|
D | device.h | 645 WORD wCurrentRate; member
|
D | main_usb.c | 457 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()
|
D | baseband.c | 1188 if (pDevice->wCurrentRate <= RATE_11M) { //CCK in BBvLoopbackOn() 1237 if (pDevice->wCurrentRate <= RATE_11M) { // CCK in BBvLoopbackOff()
|
D | wcmd.c | 996 RFbSetPower(pDevice, pDevice->wCurrentRate, pMgmt->uCurrChannel); in vRunCommand()
|
D | iwctl.c | 1000 brate = abySupportedRates[pDevice->wCurrentRate]; in iwctl_giwrate()
|
/linux-3.4.99/drivers/staging/vt6655/ |
D | rxtx.c | 141 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 …]
|
D | wroute.c | 140 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()
|
D | device_main.c | 550 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 …]
|
D | device.h | 540 unsigned short wCurrentRate; member
|
D | card.c | 892 pDevice->wCurrentRate = wDataRate; in CARDbSetTxDataRate()
|