Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6655/
Drxtx.c96 unsigned int cbFrameLength,
132 unsigned int cbFrameLength,
161 unsigned int cbFrameLength, in s_uGetTxRsvTime() argument
168 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
194 unsigned int cbFrameLength, in s_uGetRTSCTSRsvTime() argument
202 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
231 unsigned int cbFrameLength, in s_uGetDataDuration() argument
260 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
283 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
312 …uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt0[FB_RATE0][wRate-RATE_18… in s_uGetDataDuration()
[all …]
Dbaseband.c1709 unsigned int cbFrameLength, unsigned short wRate) in BBuGetFrameTime() argument
1728 uFrameTime = (cbFrameLength * 80) / uRate; /* ????? */ in BBuGetFrameTime()
1730 if (cbFrameLength != uTmp) in BBuGetFrameTime()
1735 uFrameTime = (cbFrameLength * 8 + 22) / uRate; /* ???????? */ in BBuGetFrameTime()
1737 if (cbFrameLength != uTmp) in BBuGetFrameTime()
Dbaseband.h51 unsigned int cbFrameLength,