Searched refs:wRate (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.c | 172 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 …]
|
D | baseband.h | 74 unsigned short wRate
|
D | baseband.c | 1722 unsigned short wRate in BBuGetFrameTime() argument 1728 unsigned int uRateIdx = (unsigned int) wRate; in BBuGetFrameTime()
|