Searched refs:uSIFS (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/vt6655/ |
A D | rxtx.c | 180 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 …]
|
A D | device.h | 179 unsigned int uSIFS; /* Current SIFS */ member
|
Completed in 7 milliseconds