Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c342 return cpu_to_le16(wTimeStampOff[priv->byPreambleType % 2] in vnt_time_stamp_off()
363 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime()
365 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopC… in s_uGetTxRsvTime()
367 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopO… in s_uGetTxRsvTime()
397 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate); in s_uGetRTSCTSRsvTime()
399 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
400 …uCTSTime = uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBas… in s_uGetRTSCTSRsvTime()
402 uRTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 20, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
403 uCTSTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopCCKBasicRate); in s_uGetRTSCTSRsvTime()
404 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, pDevice->byTopOFDMBasicRate); in s_uGetRTSCTSRsvTime()
[all …]
Dbaseband.h73 unsigned char byPreambleType,
Dbaseband.c1764 unsigned char byPreambleType, in BBuGetFrameTime() argument
1784 if (byPreambleType == 1) /* Short */ in BBuGetFrameTime()
1833 u8 preamble_type = priv->byPreambleType; in vnt_get_phy_field()
Dcard.c347 if (pDevice->byPreambleType == 0) in CARDbIsShortPreamble()
542 pDevice->byPreambleType = pDevice->byShortPreamble; in CARDbSetPhyParameter()
544 pDevice->byPreambleType = 0; in CARDbSetPhyParameter()
Ddevice.h455 unsigned char byPreambleType; member
Ddevice_main.c388 pDevice->byPreambleType = 0; in device_set_options()
396 pr_debug(" byPreambleType= %d\n", (int)pDevice->byPreambleType); in device_set_options()
1786 pDevice->byPreambleType = pDevice->byShortPreamble; in device_dma0_xmit()
1788 pDevice->byPreambleType = PREAMBLE_LONG; in device_dma0_xmit()
1923 pDevice->byPreambleType = pDevice->byShortPreamble; in device_xmit()
1925 pDevice->byPreambleType = PREAMBLE_LONG; in device_xmit()
Dwmgr.c2671 pDevice->byPreambleType = 0; in s_vMgrSynchBSS()