Searched refs:uSIFS (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | rxtx.c | 182 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime() 221 rrv_time = cts_time + ack_time + data_time + 2 * priv->uSIFS; in get_rtscts_time() 226 rrv_time = rts_time + cts_time + ack_time + data_time + 3 * priv->uSIFS; in get_rtscts_time() 274 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration() 292 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration() 323 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration() 350 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 355 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 360 …uDurTime = uCTSTime + 2 * pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRat… in s_uGetRTSCTSDuration() 364 uDurTime = pDevice->uSIFS + s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck); in s_uGetRTSCTSDuration() [all …]
|
| H A D | device.h | 181 unsigned int uSIFS; /* Current SIFS */ member
|