Searched refs:uCTSTime (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/staging/vt6655/ |
| D | rxtx.c | 343 unsigned int uCTSTime = 0, uDurTime = 0; in s_uGetRTSCTSDuration() local 347 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() 348 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 352 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() 353 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 357 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSDuration() 358 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 366 uCTSTime = bb_get_frame_time(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() 368 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() 370 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() [all …]
|