Home
last modified time | relevance | path

Searched refs:byTopOFDMBasicRate (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/vt6655/
Drxtx.c172 …uGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopOFDMBasicRate); in s_uGetTxRsvTime()
209 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
211 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
212 … = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
215 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
274 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
286 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
297 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
327 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
338 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetDataDuration()
[all …]
Ddevice.h202 unsigned char byTopOFDMBasicRate; member
Dcard.c792 priv->byTopOFDMBasicRate = byTopOFDM; in CARDvUpdateBasicTopRate()
Ddevice_main.c217 priv->byTopOFDMBasicRate = RATE_24M; in device_init_registers()