Home
last modified time | relevance | path

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

/drivers/staging/vt6656/
Drxtx.c103 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 …]
Dmain_usb.c400 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()
Ddevice.h583 u16 wCurrentRate; member
Dwcmd.c909 RFbSetPower(pDevice, pDevice->wCurrentRate, pMgmt->uCurrChannel); in vRunCommand()
Diwctl.c1021 brate = abySupportedRates[pDevice->wCurrentRate]; in iwctl_giwrate()
/drivers/staging/vt6655/
Drxtx.c135 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 …]
Dwroute.c135 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()
Ddevice_main.c519 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 …]
Ddevice.h497 unsigned short wCurrentRate; member
Dcard.c861 pDevice->wCurrentRate = wDataRate; in CARDbSetTxDataRate()