Searched refs:cbFrameLength (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dtether.c92 * cbFrameLength - length of buffer, including CRC portion
99 bool ETHbIsBufferCrc32Ok (unsigned char *pbyBuffer, unsigned int cbFrameLength) argument
103 dwCRC = CRCdwGetCrc32(pbyBuffer, cbFrameLength - 4);
104 if (cpu_to_le32(*((unsigned long *)(pbyBuffer + cbFrameLength - 4))) != dwCRC) {
H A Dwctl.c170 * cbFrameLength - Frame length
178 bool WCTLbHandleFragment (PSDevice pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, bool bWEP, bool bExtIV) argument
209 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, pMACHeader, cbFrameLength);
210 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength = cbFrameLength;
211 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer += cbFrameLength;
221 ((pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength + cbFrameLength - uHeaderSize) < 2346)) {
223 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, ((unsigned char *) (pMACHeader) + uHeaderSize), (cbFrameLength - uHeaderSize));
224 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength
[all...]
H A Dmib.c172 * cbFrameLength - Rx Length
181 unsigned char *pbyBuffer, unsigned int cbFrameLength)
193 if (cbFrameLength >= ETH_ALEN) {
197 pStatistic->ullRxBroadcastBytes += (unsigned long long) cbFrameLength;
201 pStatistic->ullRxMulticastBytes += (unsigned long long) cbFrameLength;
205 pStatistic->ullRxDirectedBytes += (unsigned long long) cbFrameLength;
323 pStatistic->dwRsrRxOctet += cbFrameLength;
344 if (cbFrameLength < ETH_ZLEN + 4) {
347 else if (cbFrameLength == ETH_ZLEN + 4) {
350 else if ((65 <= cbFrameLength)
179 STAvUpdateRDStatCounter(PSStatCounter pStatistic, unsigned char byRSR, unsigned char byNewRSR, unsigned char byRxRate, unsigned char *pbyBuffer, unsigned int cbFrameLength) argument
433 STAvUpdateTDStatCounter( PSStatCounter pStatistic, unsigned char byTSR0, unsigned char byTSR1, unsigned char *pbyBuffer, unsigned int cbFrameLength, unsigned int uIdx ) argument
[all...]
H A Dbaseband.h125 unsigned int cbFrameLength,
132 unsigned int cbFrameLength,
H A Dmib.h351 unsigned char *pbyBuffer, unsigned int cbFrameLength);
355 unsigned char *pbyBuffer, unsigned int cbFrameLength);
358 unsigned char *pbyBuffer, unsigned int cbFrameLength, unsigned int uIdx);
363 unsigned long cbFrameLength
H A Drxtx.c137 unsigned int cbFrameLength,
186 unsigned int cbFrameLength,
373 unsigned int cbFrameLength,
380 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
405 unsigned int cbFrameLength,
414 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
446 unsigned int cbFrameLength,
481 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck);
505 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck);
535 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt
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
[all...]
H A Dwctl.h102 unsigned int cbFrameLength, bool bWEP, bool bExtIV);
H A Dtether.h198 bool ETHbIsBufferCrc32Ok(unsigned char *pbyBuffer, unsigned int cbFrameLength);
H A Dbaseband.c1772 * cbFrameLength - Baseband Type
1783 unsigned int cbFrameLength,
1808 uFrameTime = (cbFrameLength * 80) / uRate; //?????
1810 if (cbFrameLength != uTmp) {
1817 uFrameTime = (cbFrameLength * 8 + 22) / uRate; //????????
1819 if(cbFrameLength != uTmp) {
1836 * cbFrameLength - Tx Frame Length
1849 unsigned int cbFrameLength,
1864 cbBitCount = cbFrameLength * 8;
2001 *pwPhyLen = (unsigned short)cbFrameLength;
1780 BBuGetFrameTime( unsigned char byPreambleType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate ) argument
1847 BBvCaculateParameter( PSDevice pDevice, unsigned int cbFrameLength, unsigned short wRate, unsigned char byPacketType, unsigned short *pwPhyLen, unsigned char *pbyPhySrv, unsigned char *pbyPhySgn ) argument
[all...]
H A Ddevice.h328 unsigned int cbFrameLength; member in struct:tagSDeFragControlBlock
H A Ddpc.c558 FrameSize = pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dtether.c92 * cbFrameLength - length of buffer, including CRC portion
99 BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, unsigned int cbFrameLength) argument
103 dwCRC = CRCdwGetCrc32(pbyBuffer, cbFrameLength - 4);
104 if (cpu_to_le32(*((PDWORD)(pbyBuffer + cbFrameLength - 4))) != dwCRC)
H A Dmib.c148 * cbFrameLength - Rx Length
158 PBYTE pbyBuffer, unsigned int cbFrameLength)
169 if (cbFrameLength >= ETH_ALEN) {
174 (unsigned long long) cbFrameLength;
179 (unsigned long long) cbFrameLength;
184 (unsigned long long) cbFrameLength;
329 pStatistic->dwRsrRxOctet += cbFrameLength;
350 if (cbFrameLength < ETH_ZLEN + 4) {
352 } else if (cbFrameLength == ETH_ZLEN + 4) {
355 else if ((65 <= cbFrameLength)
155 STAvUpdateRDStatCounter(PSStatCounter pStatistic, BYTE byRSR, BYTE byNewRSR, BYTE byRxSts, BYTE byRxRate, PBYTE pbyBuffer, unsigned int cbFrameLength) argument
[all...]
H A Dwctl.c175 * cbFrameLength - Frame length
184 unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV)
216 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, pMACHeader, cbFrameLength);
217 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength = cbFrameLength;
218 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer += cbFrameLength;
228 ((pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength + cbFrameLength - uHeaderSize) < 2346)) {
230 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, ((PBYTE) (pMACHeader) + uHeaderSize), (cbFrameLength - uHeaderSize));
231 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength
183 WCTLbHandleFragment(PSDevice pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV) argument
[all...]
H A Dbaseband.h103 unsigned int cbFrameLength,
108 unsigned int cbFrameLength,
H A Drxtx.c151 unsigned int cbFrameLength,
200 unsigned int cbFrameLength,
210 unsigned int cbFrameLength,
221 unsigned int cbFrameLength,
234 unsigned int cbFrameLength,
245 unsigned int cbFrameLength,
261 unsigned int cbFrameLength,
489 unsigned int cbFrameLength,
496 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
518 unsigned int cbFrameLength,
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
[all...]
H A Dwctl.h101 unsigned int cbFrameLength, BOOL bWEP, BOOL bExtIV);
H A Dtether.h194 BOOL ETHbIsBufferCrc32Ok(PBYTE pbyBuffer, unsigned int cbFrameLength);
H A Dmib.h387 unsigned int cbFrameLength);
392 unsigned int cbFrameLength);
H A Dbaseband.c685 * cbFrameLength - Baseband Type
696 unsigned int cbFrameLength,
721 uFrameTime = (cbFrameLength * 80) / uRate; //?????
723 if (cbFrameLength != uTmp) {
730 uFrameTime = (cbFrameLength * 8 + 22) / uRate; //????????
732 if(cbFrameLength != uTmp) {
749 * cbFrameLength - Tx Frame Length
762 unsigned int cbFrameLength,
777 cbBitCount = cbFrameLength * 8;
914 *pwPhyLen = (WORD)cbFrameLength;
693 BBuGetFrameTime( BYTE byPreambleType, BYTE byPktType, unsigned int cbFrameLength, WORD wRate ) argument
760 BBvCaculateParameter( PSDevice pDevice, unsigned int cbFrameLength, WORD wRate, BYTE byPacketType, PWORD pwPhyLen, PBYTE pbyPhySrv, PBYTE pbyPhySgn ) argument
[all...]
H A Ddevice.h372 unsigned int cbFrameLength; member in struct:tagSDeFragControlBlock
H A Ddpc.c579 FrameSize = pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength;

Completed in 85 milliseconds