Searched refs:wCurrentRate (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/vt6656/ |
D | rxtx.c | 103 u8 byPktType, u16 wCurrentRate, void *pTxBufHead, void *pvRrvTime, 108 u8 byPktType, u16 wCurrentRate, void *pTxDataHead, u32 cbFrameLength, 127 u8 byPktType, u32 cbFrameLength, u16 wCurrentRate); 131 int bDisCRC, u16 wCurrentRate, u8 byFBOption); 135 struct ethhdr *psEthHeader, u16 wCurrentRate, u8 byFBOption); 356 u8 byRTSRsvType, u8 byPktType, u32 cbFrameLength, u16 wCurrentRate) in s_uGetRTSCTSRsvTime() argument 362 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime() 634 u8 byPktType, u16 wCurrentRate, void *pTxDataHead, u32 cbFrameLength, in s_uFillDataHead() argument 647 BBvCalculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead() 652 wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead() [all …]
|
D | main_usb.c | 400 pDevice->wCurrentRate = (u16) pDevice->uConnectionRate; in device_init_registers() 403 pDevice->wCurrentRate = RATE_11M; in device_init_registers() 405 pDevice->wCurrentRate = RATE_54M; in device_init_registers()
|
D | device.h | 583 u16 wCurrentRate; member
|
D | wcmd.c | 909 RFbSetPower(pDevice, pDevice->wCurrentRate, pMgmt->uCurrChannel); in vRunCommand()
|
D | iwctl.c | 1021 brate = abySupportedRates[pDevice->wCurrentRate]; in iwctl_giwrate()
|
/drivers/staging/vt6655/ |
D | rxtx.c | 135 unsigned short wCurrentRate, 152 unsigned short wCurrentRate 183 unsigned short wCurrentRate 383 unsigned short wCurrentRate in s_uGetRTSCTSRsvTime() argument 390 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime() 682 unsigned short wCurrentRate in s_uFillDataHead() argument 695 BBvCalculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead() 705 byPktType, wCurrentRate, bNeedAck, uFragIdx, in s_uFillDataHead() 713 …pBuf->wTimeStampOff_a = cpu_to_le16(wTimeStampOff[pDevice->byPreambleType%2][wCurrentRate%MAX_RATE… in s_uFillDataHead() 721 BBvCalculateParameter(pDevice, cbFrameLength, wCurrentRate, byPktType, in s_uFillDataHead() [all …]
|
D | wroute.c | 135 pDevice->wCurrentRate = RATE_11M; in ROUTEbRelay() 137 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in ROUTEbRelay() 142 pDevice->wCurrentRate = RATE_6M; in ROUTEbRelay() 145 pDevice->wCurrentRate = RATE_54M; in ROUTEbRelay() 147 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in ROUTEbRelay() 151 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in ROUTEbRelay() 154 if (pDevice->wCurrentRate <= RATE_11M) in ROUTEbRelay()
|
D | device_main.c | 519 pDevice->wCurrentRate = RATE_1M; in device_init_registers() 722 pDevice->wCurrentRate = RATE_54M; in device_init_registers() 724 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_init_registers() 1972 pDevice->wCurrentRate = RATE_11M; in device_dma0_xmit() 1974 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit() 1978 pDevice->wCurrentRate = RATE_54M; in device_dma0_xmit() 1980 pDevice->wCurrentRate = (unsigned short)pDevice->uConnectionRate; in device_dma0_xmit() 1983 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in device_dma0_xmit() 1993 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO "dma0: pDevice->wCurrentRate = %d \n", pDevice->wCurrentRate); in device_dma0_xmit() 1995 if (pDevice->wCurrentRate <= RATE_11M) { in device_dma0_xmit() [all …]
|
D | device.h | 497 unsigned short wCurrentRate; member
|
D | card.c | 861 pDevice->wCurrentRate = wDataRate; in CARDbSetTxDataRate()
|