Searched refs:fragLen (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dring_buffer.c558 u32 fragLen; local
564 fragLen = ringBufferSize - StartWriteOffset;
565 memcpy(ringBuffer + StartWriteOffset, Src, fragLen);
566 memcpy(ringBuffer, Src + fragLen, SrcLen - fragLen);
597 u32 fragLen; local
603 fragLen = ringBufferSize - StartReadOffset;
605 memcpy(Dest, ringBuffer + StartReadOffset, fragLen);
606 memcpy(Dest + fragLen, ringBuffer, DestLen - fragLen);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctxrx.c875 u16_t fragLen; local
1028 fragLen = wd->fragThreshold + tkipFrameOffset; // Fragmentation threshold for MPDU Lengths
1091 fragLen = fragLen - mpduLengthOffset;
1094 //zm_debug_msg1("#3 fragThreshold = ", fragLen);
1097 if (frameLen >= fragLen)
1099 //copy fragLen to frag
1103 frag.buf[i] = zfwBufAllocate(dev, fragLen+32);
1108 offset = removeLen + i*fragLen;
1114 if (frameLen > fragLen
3952 u16_t fragLen; local
[all...]
H A Dcagg.c2520 u16_t fragLen; local
2635 fragLen = wd->fragThreshold;
2639 if ( frameLen > fragLen )
2709 fragLen = zfwBufGetSize(dev, frag.buf[i]);
2713 wd->commTally.txUnicastOctets += (fragLen+snapLen);
2718 wd->commTally.txBroadcastOctets += (fragLen+snapLen);
2723 wd->commTally.txMulticastOctets += (fragLen+snapLen);

Completed in 124 milliseconds