Searched refs:byPktType (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/staging/vt6655/ |
| D | rxtx.c | 94 unsigned char byPktType, 108 unsigned char byPktType, 121 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType, 130 unsigned char byPktType, 160 unsigned char byPktType, in s_uGetTxRsvTime() argument 168 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 169 if (byPktType == PK_TYPE_11B) /* llb,CCK mode */ 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() 193 unsigned char byPktType, in s_uGetRTSCTSRsvTime() argument [all …]
|
| D | baseband.h | 50 unsigned char byPktType,
|
| D | baseband.c | 1708 unsigned char byPktType, in BBuGetFrameTime() argument 1741 if (byPktType != PK_TYPE_11A) in BBuGetFrameTime()
|