Searched refs:byPreambleType (Results 1 – 7 of 7) sorted by relevance
/drivers/staging/vt6655/ |
D | rxtx.c | 342 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 …]
|
D | baseband.h | 73 unsigned char byPreambleType,
|
D | baseband.c | 1764 unsigned char byPreambleType, in BBuGetFrameTime() argument 1784 if (byPreambleType == 1) /* Short */ in BBuGetFrameTime() 1833 u8 preamble_type = priv->byPreambleType; in vnt_get_phy_field()
|
D | card.c | 347 if (pDevice->byPreambleType == 0) in CARDbIsShortPreamble() 542 pDevice->byPreambleType = pDevice->byShortPreamble; in CARDbSetPhyParameter() 544 pDevice->byPreambleType = 0; in CARDbSetPhyParameter()
|
D | device.h | 455 unsigned char byPreambleType; member
|
D | device_main.c | 388 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()
|
D | wmgr.c | 2671 pDevice->byPreambleType = 0; in s_vMgrSynchBSS()
|