Searched defs:cbFrameLength (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/vt6655/
H A Dtether.c89 * cbFrameLength - length of buffer, including CRC portion
96 bool ETHbIsBufferCrc32Ok(unsigned char *pbyBuffer, unsigned int cbFrameLength) argument
100 dwCRC = CRCdwGetCrc32(pbyBuffer, cbFrameLength - 4);
101 if (cpu_to_le32(*((unsigned long *)(pbyBuffer + cbFrameLength - 4))) != dwCRC)
H A Dwctl.c165 * cbFrameLength - Frame length
174 unsigned int cbFrameLength, bool bWEP, bool bExtIV)
201 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, pMACHeader, cbFrameLength);
202 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength = cbFrameLength;
203 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer += cbFrameLength;
211 ((pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength + cbFrameLength - uHeaderSize) < 2346)) {
212 memcpy(pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].pbyRxBuffer, ((unsigned char *)(pMACHeader) + uHeaderSize), (cbFrameLength - uHeaderSize));
213 pDevice->sRxDFCB[pDevice->uCurrentDFCBIdx].cbFrameLength
173 WCTLbHandleFragment(struct vnt_private *pDevice, PS802_11Header pMACHeader, unsigned int cbFrameLength, bool bWEP, bool bExtIV) argument
[all...]
H A Dmib.c150 * cbFrameLength - Rx Length
159 unsigned char *pbyBuffer, unsigned int cbFrameLength)
171 if (cbFrameLength >= ETH_ALEN) {
175 pStatistic->ullRxBroadcastBytes += (unsigned long long) cbFrameLength;
178 pStatistic->ullRxMulticastBytes += (unsigned long long) cbFrameLength;
181 pStatistic->ullRxDirectedBytes += (unsigned long long) cbFrameLength;
313 pStatistic->dwRsrRxOctet += cbFrameLength;
332 if (cbFrameLength < ETH_ZLEN + 4)
334 else if (cbFrameLength == ETH_ZLEN + 4)
336 else if ((65 <= cbFrameLength)
157 STAvUpdateRDStatCounter(PSStatCounter pStatistic, unsigned char byRSR, unsigned char byNewRSR, unsigned char byRxRate, unsigned char *pbyBuffer, unsigned int cbFrameLength) argument
410 STAvUpdateTDStatCounter( PSStatCounter pStatistic, unsigned char byTSR0, unsigned char byTSR1, unsigned char *pbyBuffer, unsigned int cbFrameLength, unsigned int uIdx ) argument
[all...]
H A Dbaseband.c1755 * cbFrameLength - Baseband Type
1766 unsigned int cbFrameLength,
1789 uFrameTime = (cbFrameLength * 80) / uRate; /* ????? */
1791 if (cbFrameLength != uTmp)
1796 uFrameTime = (cbFrameLength * 8 + 22) / uRate; /* ???????? */
1798 if (cbFrameLength != uTmp)
1763 BBuGetFrameTime( unsigned char byPreambleType, unsigned char byPktType, unsigned int cbFrameLength, unsigned short wRate ) argument
H A Drxtx.c127 unsigned int cbFrameLength,
174 unsigned int cbFrameLength,
356 unsigned int cbFrameLength,
363 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wRate);
389 unsigned int cbFrameLength,
397 uDataTime = BBuGetFrameTime(pDevice->byPreambleType, byPktType, cbFrameLength, wCurrentRate);
426 unsigned int cbFrameLength,
455 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck);
478 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wRate, bNeedAck);
507 uNextPktTime = s_uGetTxRsvTime(pDevice, byPktType, cbFrameLength, wFB_Opt
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
[all...]
H A Ddevice.h282 unsigned int cbFrameLength; member in struct:tagSDeFragControlBlock

Completed in 899 milliseconds