Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c172 unsigned short wRate, in s_uGetTxRsvTime() argument
178 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
243 unsigned short wRate, in s_uGetDataDuration() argument
268 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbLastFragmentSize, wRate, bNeedAck); in s_uGetDataDuration()
270 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
291 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbLastFragmentSize, wRate, bNeedAck); in s_uGetDataDuration()
293 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
314 if (wRate < RATE_18M) in s_uGetDataDuration()
315 wRate = RATE_18M; in s_uGetDataDuration()
316 else if (wRate > RATE_54M) in s_uGetDataDuration()
[all …]
Dbaseband.h74 unsigned short wRate
Dbaseband.c1722 unsigned short wRate in BBuGetFrameTime() argument
1728 unsigned int uRateIdx = (unsigned int) wRate; in BBuGetFrameTime()