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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvCesa.h328 MV_CESA_DESC* pCesaDesc;
339 * sizeof(MV_CESA_DESC) +
350 MV_CESA_DESC desc;
408 void mvCesaDebugDescriptor(MV_CESA_DESC* pDesc);
H A DmvCesaRegs.h96 } MV_CESA_DESC; typedef in typeref:struct:__anon483
H A DmvCesaDebug.c287 void mvCesaDebugDescriptor(MV_CESA_DESC* pDesc)
434 sizeof(MV_CESA_DESC), &cesaSramVirtPtr->desc);
H A DmvCesa.c340 pReq->cesaDescBuf.bufSize = sizeof(MV_CESA_DESC)*MV_CESA_MAX_REQ_FRAGS +
356 pReq->pCesaDesc = (MV_CESA_DESC*)MV_ALIGN_UP((MV_ULONG)pReq->cesaDescBuf.bufVirtPtr,
1972 MV_CESA_DESC* pCesaDesc = &pReq->pCesaDesc[frag];
1973 MV_CESA_DESC* pSramDesc = pSramDesc = &cesaSramVirtPtr->desc;
2015 pDmaDesc->byteCnt = MV_32BIT_LE(sizeof(MV_CESA_DESC) | BIT31);
2018 mvOsCacheFlush(NULL, pCesaDesc, sizeof(MV_CESA_DESC));

Completed in 16 milliseconds