Searched refs:byPktType (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/vt6655/ |
D | rxtx.c | 93 unsigned char byPktType, 107 unsigned char byPktType, 120 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType, 129 unsigned char byPktType, 159 unsigned char byPktType, in s_uGetTxRsvTime() argument 167 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 168 if (byPktType == PK_TYPE_11B) /* llb,CCK mode */ 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() 192 unsigned char byPktType, in s_uGetRTSCTSRsvTime() argument [all …]
|
D | baseband.h | 50 unsigned char byPktType,
|
D | baseband.c | 1710 unsigned char byPktType, in BBuGetFrameTime() argument 1745 if (byPktType != PK_TYPE_11A) in BBuGetFrameTime()
|