Searched refs:byPktType (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/vt6655/ |
D | rxtx.c | 104 unsigned char byPktType, 118 unsigned char byPktType, 131 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType, 140 unsigned char byPktType, 170 unsigned char byPktType, in s_uGetTxRsvTime() argument 178 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate); in s_uGetTxRsvTime() 179 if (byPktType == PK_TYPE_11B) /* llb,CCK mode */ in s_uGetTxRsvTime() 180 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopC… in s_uGetTxRsvTime() 182 …uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopO… in s_uGetTxRsvTime() 203 unsigned char byPktType, in s_uGetRTSCTSRsvTime() argument [all …]
|
D | baseband.h | 72 unsigned char byPktType,
|
D | baseband.c | 1720 unsigned char byPktType, in BBuGetFrameTime() argument 1755 if (byPktType != PK_TYPE_11A) in BBuGetFrameTime()
|