Searched refs:byTopCCKBasicRate (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/staging/vt6655/ |
| D | rxtx.c | 169 …BuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopCCKBasicRate); in s_uGetTxRsvTime() 203 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 204 …e = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 206 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 207 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 213 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 250 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetDataDuration() 262 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetDataDuration() 398 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() 403 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() [all …]
|
| D | device.h | 203 unsigned char byTopCCKBasicRate; member
|
| D | card.c | 814 priv->byTopCCKBasicRate = byTopCCK; in CARDvUpdateBasicTopRate()
|
| D | device_main.c | 218 priv->byTopCCKBasicRate = RATE_1M; in device_init_registers()
|