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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthGbe.h411 int portNo, bufCount; local
433 bufCount = 0;
436 if(pBufInfo[bufCount].dataSize <= MIN_TX_BUFF_LOAD)
444 mvOsBCopy(pBufInfo[bufCount].bufVirtPtr, pTxBuf, pBufInfo[bufCount].dataSize);
451 pTxCurrDesc->bufPtr = pBufInfo[bufCount].bufPhysAddr;
452 ETH_PACKET_CACHE_FLUSH(pBufInfo[bufCount].bufVirtPtr, pBufInfo[bufCount].dataSize);
454 pTxCurrDesc->bufPtr = ETH_PACKET_CACHE_FLUSH(pBufInfo[bufCount].bufVirtPtr, pBufInfo[bufCount]
[all...]

Completed in 78 milliseconds