uRTSTime          198 drivers/staging/vt6655/rxtx.c 	unsigned int uRrvTime, uRTSTime, uCTSTime, uAckTime, uDataTime;
uRTSTime          200 drivers/staging/vt6655/rxtx.c 	uRrvTime = uRTSTime = uCTSTime = uAckTime = uDataTime = 0;
uRTSTime          204 drivers/staging/vt6655/rxtx.c 		uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
uRTSTime          207 drivers/staging/vt6655/rxtx.c 		uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate);
uRTSTime          211 drivers/staging/vt6655/rxtx.c 		uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopOFDMBasicRate);
uRTSTime          221 drivers/staging/vt6655/rxtx.c 	uRrvTime = uRTSTime + uCTSTime + uAckTime + uDataTime + 3 * pDevice->uSIFS;