Searched refs:s_uGetTxRsvTime (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/vt6655/ |
D | rxtx.c | 156 s_uGetTxRsvTime( in s_uGetTxRsvTime() function 186 return cpu_to_le16((u16)s_uGetTxRsvTime(priv, pkt_type, in vnt_rxtx_rsvtime_le16() 268 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, in s_uGetDataDuration() 286 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, in s_uGetDataDuration() 317 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, in s_uGetDataDuration() 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() 362 uDurTime = pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetRTSCTSDuration() 368 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_… in s_uGetRTSCTSDuration() [all …]
|