Searched refs:cbFrameLength (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/staging/vt6655/ |
| D | rxtx.c | 94 unsigned int cbFrameLength, 130 unsigned int cbFrameLength, 159 unsigned int cbFrameLength, in s_uGetTxRsvTime() argument 166 uDataTime = bb_get_frame_time(pDevice->preamble_type, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 234 unsigned int cbFrameLength, in s_uGetDataDuration() argument 253 len = cbFrameLength; in s_uGetDataDuration() 336 unsigned int cbFrameLength, in s_uGetRTSCTSDuration() argument 348 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 353 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 358 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() [all …]
|