Searched refs:byTopCCKBasicRate (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.c | 180 …BuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopCCKBasicRate); in s_uGetTxRsvTime() 214 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 215 …e = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 217 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 218 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 224 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 261 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetDataDuration() 273 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetDataDuration() 411 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() 416 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSDuration() [all …]
|
D | device.h | 327 unsigned char byTopCCKBasicRate; member
|
D | card.c | 803 pDevice->byTopCCKBasicRate = byTopCCK; in CARDvUpdateBasicTopRate()
|
D | device_main.c | 261 pDevice->byTopCCKBasicRate = RATE_1M; in device_init_registers()
|