Home
last modified time | relevance | path

Searched refs:byPreambleType (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/vt6655/
Drxtx.c147 return cpu_to_le16(wTimeStampOff[priv->byPreambleType % 2] in vnt_time_stamp_off()
168 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
170 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopC… in s_uGetTxRsvTime()
172 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopO… in s_uGetTxRsvTime()
202 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
204 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
205 …uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBas… in s_uGetRTSCTSRsvTime()
207 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
208 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
209 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
[all …]
Dbaseband.h49 unsigned int BBuGetFrameTime(unsigned char byPreambleType,
Dbaseband.c1707 unsigned int BBuGetFrameTime(unsigned char byPreambleType, in BBuGetFrameTime() argument
1723 if (byPreambleType == 1) /* Short */ in BBuGetFrameTime()
1771 u8 preamble_type = priv->byPreambleType; in vnt_get_phy_field()
Ddevice.h208 unsigned char byPreambleType; member
Ddevice_main.c182 priv->byPreambleType = 0; in device_set_options()
186 pr_debug(" byPreambleType= %d\n", (int)priv->byPreambleType); in device_set_options()
1421 priv->byPreambleType = true; in vnt_bss_info_changed()
1424 priv->byPreambleType = false; in vnt_bss_info_changed()