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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Drxtx.c135 unsigned char byPktType,
149 unsigned char byPktType,
174 s_cbFillTxBufHead(PSDevice pDevice, unsigned char byPktType, unsigned char *pbyTxBufferAddr,
184 unsigned char byPktType,
363 /*byPktType : PK_TYPE_11A 0
372 unsigned char byPktType,
380 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
384 if (byPktType == PK_TYPE_11B) {//llb,CCK mode
385 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 14, (unsigned short)pDevice->byTopCCKBasicRate);
387 uAckTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, 1
370 s_uGetTxRsvTime( PSDevice pDevice, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate, bool bNeedAck ) argument
401 s_uGetRTSCTSRsvTime( PSDevice pDevice, unsigned char byRTSRsvType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wCurrentRate ) argument
443 s_uGetDataDuration( PSDevice 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
614 s_uGetRTSCTSDuration( PSDevice pDevice, unsigned char byDurType, unsigned int cbFrameLength, unsigned char byPktType, unsigned short wRate, bool bNeedAck, unsigned char byFBOption ) argument
712 s_uFillDataHead( PSDevice 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
844 s_vFillRTSHead( PSDevice pDevice, unsigned char byPktType, void * pvRTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, PSEthernetHeader psEthHeader, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1038 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, unsigned char byPktType, void * pvCTS, unsigned int cbFrameLength, bool bNeedAck, bool bDisCRC, unsigned short wCurrentRate, unsigned char byFBOption ) argument
1143 s_vGenerateTxParameter( PSDevice 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
1308 s_cbFillTxBufHead(PSDevice 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
2072 vGenerateFIFOHeader(PSDevice 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
2307 unsigned char byPktType; local
2626 unsigned char byPktType; local
2791 unsigned char byPktType; local
[all...]
H A Dwroute.c74 unsigned char byPktType; local
135 byPktType = (unsigned char)pDevice->byPacketType;
161 byPktType = PK_TYPE_11B;
163 vGenerateFIFOHeader(pDevice, byPktType, pDevice->pbyTmpBuff, bNeedEncryption,
H A Dbaseband.h124 unsigned char byPktType,
H A Ddevice_main.c2102 unsigned char byPktType;
2147 byPktType = (unsigned char)pDevice->byPacketType;
2180 byPktType = PK_TYPE_11B;
2182 byPktType = PK_TYPE_11A;
2185 byPktType = PK_TYPE_11GB;
2187 byPktType = PK_TYPE_11GA;
2206 vGenerateFIFOHeader(pDevice, byPktType, pDevice->pbyTmpBuff, bNeedEncryption,
2256 unsigned char byPktType;
2425 byPktType = (unsigned char)pDevice->byPacketType;
2486 byPktType
[all...]
H A Dbaseband.c1771 * byPktType - PK_TYPE_11A, PK_TYPE_11B, PK_TYPE_11GB, PK_TYPE_11GA
1782 unsigned char byPktType,
1823 if(byPktType != PK_TYPE_11A) {
1780 BBuGetFrameTime( unsigned char byPreambleType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Drxtx.c133 BYTE byPktType,
148 BYTE byPktType,
199 BYTE byPktType,
209 BYTE byPktType,
219 BYTE byPktType,
232 BYTE byPktType,
246 BYTE byPktType,
262 BYTE byPktType,
479 /*byPktType : PK_TYPE_11A 0
488 BYTE byPktType,
486 s_uGetTxRsvTime( PSDevice pDevice, BYTE byPktType, unsigned int cbFrameLength, WORD wRate, BOOL bNeedAck ) argument
514 s_uGetRTSCTSRsvTime( PSDevice pDevice, BYTE byRTSRsvType, BYTE byPktType, unsigned int cbFrameLength, WORD wCurrentRate ) argument
556 s_uGetDataDuration( PSDevice pDevice, BYTE byDurType, unsigned int cbFrameLength, BYTE byPktType, WORD wRate, BOOL bNeedAck, unsigned int uFragIdx, unsigned int cbLastFragmentSize, unsigned int uMACfragNum, BYTE byFBOption ) argument
725 s_uGetRTSCTSDuration( PSDevice pDevice, BYTE byDurType, unsigned int cbFrameLength, BYTE byPktType, WORD wRate, BOOL bNeedAck, BYTE byFBOption ) argument
824 s_uFillDataHead( PSDevice pDevice, BYTE byPktType, WORD wCurrentRate, void *pTxDataHead, unsigned int cbFrameLength, unsigned int uDMAIdx, BOOL bNeedAck, unsigned int uFragIdx, unsigned int cbLastFragmentSize, unsigned int uMACfragNum, BYTE byFBOption ) argument
969 s_vFillRTSHead( PSDevice pDevice, BYTE byPktType, void *pvRTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, PSEthernetHeader psEthHeader, WORD wCurrentRate, BYTE byFBOption ) argument
1197 s_vFillCTSHead( PSDevice pDevice, unsigned int uDMAIdx, BYTE byPktType, void *pvCTS, unsigned int cbFrameLength, BOOL bNeedAck, BOOL bDisCRC, WORD wCurrentRate, BYTE byFBOption ) argument
1297 s_vGenerateTxParameter( PSDevice pDevice, BYTE byPktType, WORD wCurrentRate, void *pTxBufHead, void *pvRrvTime, void *pvRTS, void *pvCTS, unsigned int cbFrameSize, BOOL bNeedACK, unsigned int uDMAIdx, PSEthernetHeader psEthHeader ) argument
1414 s_bPacketToWirelessUsb( PSDevice pDevice, BYTE byPktType, PBYTE usbPacketBuf, BOOL bNeedEncryption, unsigned int uSkbPacketLen, unsigned int uDMAIdx, PSEthernetHeader psEthHeader, PBYTE pPacket, PSKeyItem pTransmitKey, unsigned int uNodeIndex, WORD wCurrentRate, unsigned int *pcbHeaderLen, unsigned int *pcbTotalLen ) argument
1950 BYTE byPktType; local
2333 BYTE byPktType; local
2739 BYTE byPktType; local
3140 BYTE byPktType = PK_TYPE_11B; local
[all...]
H A Drxtx.h671 BYTE byPktType,
H A Dbaseband.c684 * byPktType - PK_TYPE_11A, PK_TYPE_11B, PK_TYPE_11GB, PK_TYPE_11GA
695 BYTE byPktType,
736 if(byPktType != PK_TYPE_11A) {
693 BBuGetFrameTime( BYTE byPreambleType, BYTE byPktType, unsigned int cbFrameLength, WORD wRate ) argument

Completed in 110 milliseconds