Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c106 unsigned int cbFrameLength,
142 unsigned int cbFrameLength,
171 unsigned int cbFrameLength, in s_uGetTxRsvTime() argument
178 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
204 unsigned int cbFrameLength, in s_uGetRTSCTSRsvTime() argument
212 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
241 unsigned int cbFrameLength, in s_uGetDataDuration() argument
270 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
293 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
322 …uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt0[FB_RATE0][wRate-RATE_18… in s_uGetDataDuration()
[all …]
Dbaseband.c1721 unsigned int cbFrameLength, in BBuGetFrameTime() argument
1742 uFrameTime = (cbFrameLength * 80) / uRate; /* ????? */ in BBuGetFrameTime()
1744 if (cbFrameLength != uTmp) in BBuGetFrameTime()
1749 uFrameTime = (cbFrameLength * 8 + 22) / uRate; /* ???????? */ in BBuGetFrameTime()
1751 if (cbFrameLength != uTmp) in BBuGetFrameTime()
Dbaseband.h73 unsigned int cbFrameLength,