Searched refs:wRate (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/staging/vt6655/ |
| D | rxtx.c | 161 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 …]
|
| D | baseband.h | 52 unsigned short wRate);
|
| D | baseband.c | 1712 unsigned short wRate in BBuGetFrameTime() argument 1718 unsigned int uRateIdx = (unsigned int)wRate; in BBuGetFrameTime()
|