Searched refs:byPktType (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/vt6655/
H A Drxtx.c125 unsigned char byPktType,
139 unsigned char byPktType,
161 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType,
172 unsigned char byPktType,
346 /*byPktType : PK_TYPE_11A 0
355 unsigned char byPktType,
363 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
364 if (byPktType == PK_TYPE_11B) //llb,CCK mode
365 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopCCKBasicRate);
367 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 1
353 s_uGetTxRsvTime( struct vnt_private *pDevice, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate, bool bNeedAck ) argument
385 s_uGetRTSCTSRsvTime( struct vnt_private *pDevice, unsigned char byRTSRsvType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wCurrentRate ) argument
423 s_uGetDataDuration( struct vnt_private *pDevice, unsigned char byDurType, unsigned int cbFrameLength, unsigned char byPktType, unsigned short wRate, bool bNeedAck, unsigned int uFragIdx, unsigned int cbLastFragmentSize, unsigned int uMACfragNum, unsigned char byFBOption ) argument
582 s_uGetRTSCTSDuration( struct vnt_private *pDevice, unsigned char byDurType, unsigned int cbFrameLength, unsigned char byPktType, unsigned short wRate, bool bNeedAck, unsigned char byFBOption ) argument
675 s_uFillDataHead( struct vnt_private *pDevice, unsigned char byPktType, void *pTxDataHead, unsigned int cbFrameLength, unsigned int uDMAIdx, bool bNeedAck, unsigned int uFragIdx, unsigned int cbLastFragmentSize, unsigned int uMACfragNum, unsigned char byFBOption, unsigned short wCurrentRate ) argument
794 s_vFillRTSHead( struct vnt_private *pDevice, unsigned char byPktType, void *pvRTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, PSEthernetHeader psEthHeader, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1035 s_vFillCTSHead( struct vnt_private *pDevice, unsigned int uDMAIdx, unsigned char byPktType, void *pvCTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1149 s_vGenerateTxParameter( struct vnt_private *pDevice, unsigned char byPktType, void *pTxBufHead, void *pvRrvTime, void *pvRTS, void *pvCTS, unsigned int cbFrameSize, bool bNeedACK, unsigned int uDMAIdx, PSEthernetHeader psEthHeader, unsigned short wCurrentRate ) argument
1279 s_cbFillTxBufHead(struct vnt_private *pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, unsigned int cbFrameBodySize, unsigned int uDMAIdx, PSTxDesc pHeadTD, PSEthernetHeader psEthHeader, unsigned char *pPacket, bool bNeedEncrypt, PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum) argument
1961 vGenerateFIFOHeader(struct vnt_private *pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr, bool bNeedEncrypt, unsigned int cbPayloadSize, unsigned int uDMAIdx, PSTxDesc pHeadTD, PSEthernetHeader psEthHeader, unsigned char *pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, unsigned int *puMACfragNum, unsigned int *pcbHeaderSize) argument
2154 unsigned char byPktType; local
2443 unsigned char byPktType; local
2597 unsigned char byPktType; local
[all...]
H A Dwroute.c70 unsigned char byPktType; local
129 byPktType = pDevice->byPacketType;
153 byPktType = PK_TYPE_11B;
155 vGenerateFIFOHeader(pDevice, byPktType, pDevice->pbyTmpBuff,
H A Dbaseband.h74 unsigned char byPktType,
H A Ddevice_main.c1719 unsigned char byPktType; local
1762 byPktType = (unsigned char)pDevice->byPacketType;
1789 byPktType = PK_TYPE_11B;
1791 byPktType = PK_TYPE_11A;
1794 byPktType = PK_TYPE_11GB;
1796 byPktType = PK_TYPE_11GA;
1814 vGenerateFIFOHeader(pDevice, byPktType, pDevice->pbyTmpBuff, bNeedEncryption,
1862 unsigned char byPktType; local
2026 byPktType = (unsigned char)pDevice->byPacketType;
2076 byPktType
[all...]
H A Dbaseband.c1754 * byPktType - PK_TYPE_11A, PK_TYPE_11B, PK_TYPE_11GB, PK_TYPE_11GA
1765 unsigned char byPktType,
1802 if (byPktType != PK_TYPE_11A)
1763 BBuGetFrameTime( unsigned char byPreambleType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate ) argument

Completed in 105 milliseconds