Searched refs:BBuGetFrameTime (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/vt6655/ |
D | rxtx.c | 167 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 169 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopC… in s_uGetTxRsvTime() 171 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopO… in s_uGetTxRsvTime() 201 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime() 203 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime() 204 …uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBas… 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() 208 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime() 210 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime() [all …]
|
D | baseband.h | 49 unsigned int BBuGetFrameTime(unsigned char byPreambleType,
|
D | baseband.c | 1708 BBuGetFrameTime( in BBuGetFrameTime() function
|