Searched refs:uDurTime (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.c | 407 unsigned int uCTSTime = 0, uDurTime = 0; in s_uGetRTSCTSDuration() local 412 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 417 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 422 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate,… in s_uGetRTSCTSDuration() 426 uDurTime = pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetRTSCTSDuration() 432 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() 434 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() 441 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() 443 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() 450 …uDurTime = uCTSTime + 2*pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Op… in s_uGetRTSCTSDuration() [all …]
|