Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c370 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime()
411 uRrvTime = uCTSTime + uAckTime + uDataTime + 2*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()
416 uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()
447 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()
459 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()
461 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()
470 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()
482 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()
484 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()
493 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()
[all …]
Dcard.c1711 pDevice->uSIFS = C_SIFS_A; in vUpdateIFS()
1717 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()
1722 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()
1742 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, (unsigned char)(pDevice->uSIFS - 3)); in vUpdateIFS()
1745 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, (unsigned char)pDevice->uSIFS); in vUpdateIFS()
Ddevice.h430 unsigned int uSIFS; //Current SIFS member