Searched refs:uSIFS (Results 1 – 6 of 6) sorted by relevance
369 return uDataTime + pDevice->uSIFS + uAckTime; in s_uGetTxRsvTime()404 uRrvTime = uCTSTime + uAckTime + uDataTime + 2*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()409 uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()441 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()453 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()455 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()464 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()476 return pDevice->uSIFS + uAckTime + uNextPktTime; in s_uGetDataDuration()478 return pDevice->uSIFS + uNextPktTime; in s_uGetDataDuration()487 return pDevice->uSIFS + uAckTime; in s_uGetDataDuration()[all …]
1811 pDevice->uSIFS = C_SIFS_A; in vUpdateIFS()1817 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()1822 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()1842 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, (unsigned char)(pDevice->uSIFS - 3)); in vUpdateIFS()1845 VNSvOutPortB(pDevice->PortOffset + MAC_REG_SIFS, (unsigned char)pDevice->uSIFS); in vUpdateIFS()
469 unsigned int uSIFS; //Current SIFS member
347 return (uDataTime + pDevice->uSIFS + uAckTime); in s_uGetTxRsvTime()379 uRrvTime = uCTSTime + uAckTime + uDataTime + 2*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()384 uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3*pDevice->uSIFS; in s_uGetRTSCTSRsvTime()407 return (pDevice->uSIFS + uAckTime); in s_uGetDataDuration()420 return (pDevice->uSIFS + uAckTime + uNextPktTime); in s_uGetDataDuration()422 return (pDevice->uSIFS + uNextPktTime); in s_uGetDataDuration()431 return (pDevice->uSIFS + uAckTime); in s_uGetDataDuration()444 return (pDevice->uSIFS + uAckTime + uNextPktTime); in s_uGetDataDuration()446 return (pDevice->uSIFS + uNextPktTime); in s_uGetDataDuration()455 return (pDevice->uSIFS + uAckTime); in s_uGetDataDuration()[all …]
477 pDevice->uSIFS = C_SIFS_A; in vUpdateIFS()484 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()495 pDevice->uSIFS = C_SIFS_BG; in vUpdateIFS()534 byData[0] = (u8)pDevice->uSIFS; in vUpdateIFS()
537 u32 uSIFS; /* Current SIFS */ member