Home
last modified time | relevance | path

Searched refs:wRate (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vt6655/
Drxtx.c161 unsigned short wRate, in s_uGetTxRsvTime() argument
167 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
232 unsigned short wRate, in s_uGetDataDuration() argument
257 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbLastFragmentSize, wRate, bNeedAck); in s_uGetDataDuration()
259 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
280 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbLastFragmentSize, wRate, bNeedAck); in s_uGetDataDuration()
282 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
303 if (wRate < RATE_18M) in s_uGetDataDuration()
304 wRate = RATE_18M; in s_uGetDataDuration()
305 else if (wRate > RATE_54M) in s_uGetDataDuration()
[all …]
Dbaseband.h52 unsigned short wRate);
Dbaseband.c1712 unsigned short wRate in BBuGetFrameTime() argument
1718 unsigned int uRateIdx = (unsigned int)wRate; in BBuGetFrameTime()