Searched refs:uDurTime (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.c | 406 unsigned int uCTSTime = 0, uDurTime = 0; in s_uGetRTSCTSDuration() local 411 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 416 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 421 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 425 uDurTime = pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetRTSCTSDuration() 431 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() 433 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() 440 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() 442 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() 449 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() [all …]
|