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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/common/
H A DmvDebug.c206 mvOsPrintf("pData=0x%x, byteCnt=%d, pNext=0x%x, uInfo1=0x%x, uInfo2=0x%x\n",
208 (unsigned int)pBufInfo->byteCnt,
214 if(size > pBufInfo->byteCnt)
215 size = pBufInfo->byteCnt;
H A DmvTypes.h206 MV_U16 byteCnt; /* Size of valid data in the buffer */ member in struct:_bufInfo
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/eth/gbe/
H A DmvEthGbe.h347 pTxCurrDesc->byteCnt = pBufInfo->dataSize;
458 pTxCurrDesc->byteCnt = pBufInfo[bufCount].dataSize;
635 pPktInfo->pFrags->dataSize = pRxCurrDesc->byteCnt - 4;
654 "status=0x%08x, byteCnt=%d, pData=0x%x\n",
655 commandStatus, pRxCurrDesc->byteCnt, pRxCurrDesc->bufPtr);
H A DmvEthRegs.h459 MV_U16 byteCnt ; /* Descriptor buffer byte count */ member in struct:_ethRxDesc
469 MV_U16 byteCnt ; /* Descriptor buffer byte count */ member in struct:_ethTxDesc
484 MV_U16 byteCnt ; /* Descriptor buffer byte count */ member in struct:_ethRxDesc
494 MV_U16 byteCnt ; /* Descriptor buffer byte count */ member in struct:_ethTxDesc
H A DmvEthDebug.c694 pRxDescr->cmdSts, pRxDescr->byteCnt, (MV_U32)pRxDescr->bufSize,
735 pTxDescr->cmdSts, pTxDescr->byteCnt,
H A DmvEth.c2637 pRxDesc->byteCnt = 0x0;
2675 pRxDesc->byteCnt = 0x0;
2746 pTxDesc->byteCnt = 0x0000;
2787 pTxDesc->byteCnt = 0x0000;
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.h97 MV_U32 byteCnt; /* The total number of bytes to transfer */ member in struct:_mvDmaDesc
H A DmvCesa.c1822 pDmaDesc[i].byteCnt = 0;
1919 pDmaDesc[i].byteCnt = 0;
2015 pDmaDesc->byteCnt = MV_32BIT_LE(sizeof(MV_CESA_DESC) | BIT31);
2043 pDmaDesc->byteCnt = MV_32BIT_LE(sizeof(MV_CESA_SRAM_SA) | BIT31);
2101 pDmaDesc[i].byteCnt = MV_32BIT_LE(bufSize | BIT31);
2199 pDmaDesc[i].byteCnt = MV_32BIT_LE(thisSize | BIT31);

Completed in 50 milliseconds