Home
last modified time | relevance | path

Searched refs:uSIFS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/vt6655/
H A Drxtx.c180 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime()
219 rrv_time = cts_time + ack_time + data_time + 2 * priv->uSIFS; in get_rtscts_time()
224 rrv_time = rts_time + cts_time + ack_time + data_time + 3 * priv->uSIFS; in get_rtscts_time()
272 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()
290 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()
321 return pDevice->uSIFS + uAckTime + uNextPktTime; 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()
[all …]
H A Ddevice.h177 unsigned int uSIFS; /* Current SIFS */ member