Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Drxtx.c95 unsigned int cbFrameLength,
131 unsigned int cbFrameLength,
160 unsigned int cbFrameLength, in s_uGetTxRsvTime() argument
167 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
193 unsigned int cbFrameLength, in s_uGetRTSCTSRsvTime() argument
201 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
230 unsigned int cbFrameLength, in s_uGetDataDuration() argument
259 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
282 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetDataDuration()
311 …uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt0[FB_RATE0][wRate-RATE_18… in s_uGetDataDuration()
[all …]
Dbaseband.c1711 unsigned int cbFrameLength, in BBuGetFrameTime() argument
1732 uFrameTime = (cbFrameLength * 80) / uRate; /* ????? */ in BBuGetFrameTime()
1734 if (cbFrameLength != uTmp) in BBuGetFrameTime()
1739 uFrameTime = (cbFrameLength * 8 + 22) / uRate; /* ???????? */ in BBuGetFrameTime()
1741 if (cbFrameLength != uTmp) in BBuGetFrameTime()
Dbaseband.h51 unsigned int cbFrameLength,