• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/

Lines Matching refs:MV_CESA_MBUF

130 static INLINE int       mvCesaDmaCopyPrepare(MV_CESA_MBUF* pMbuf, MV_U8* pSramBuf, 
155 static MV_STATUS mvCesaMbufCacheUnmap(MV_CESA_MBUF* pMbuf, int offset, int size);
1272 * MV_CESA_MBUF* pMbuf - Pointer to multi-buffer structure
1284 int mvCesaMbufOffset(MV_CESA_MBUF* pMbuf, int offset, int* pBufOffset)
1318 * MV_CESA_MBUF* pSrcMbuf - Pointer to multi-buffer structure where data is
1332 MV_STATUS mvCesaCopyFromMbuf(MV_U8* pDstBuf, MV_CESA_MBUF* pSrcMbuf,
1381 * MV_CESA_MBUF* pDstMbuf - Pointer to multi-buffer structure where data is
1396 MV_STATUS mvCesaCopyToMbuf(MV_U8* pSrcBuf, MV_CESA_MBUF* pDstMbuf,
1444 * MV_CESA_MBUF* pDstMbuf - Pointer to multi-buffer structure where data is
1448 * MV_CESA_MBUF* pSrcMbuf - Pointer to multi-buffer structure where data is
1463 MV_STATUS mvCesaMbufCopy(MV_CESA_MBUF* pMbufDst, int dstMbufOffset,
1464 MV_CESA_MBUF* pMbufSrc, int srcMbufOffset, int size)
1530 static MV_STATUS mvCesaMbufCacheUnmap(MV_CESA_MBUF* pMbuf, int offset, int size)
1597 MV_CESA_MBUF* pMbuf;
1864 MV_CESA_MBUF *pMbuf;
2060 * MV_CESA_MBUF* pMbuf - pointer to Mbuf structure contains request
2079 static INLINE int mvCesaDmaCopyPrepare(MV_CESA_MBUF* pMbuf, MV_U8* pSramBuf,
2133 static int mvCesaDmaCopyPrepare(MV_CESA_MBUF* pMbuf, MV_U8* pSramBuf,
2335 * MV_CESA_MBUF* pMbuf - Pointer to Mbuf structure where data
2353 static void mvCesaFragSha1Complete(MV_CESA_MBUF* pMbuf, int offset,
2436 * MV_CESA_MBUF* pMbuf - Pointer to Mbuf structure where data
2454 static void mvCesaFragMd5Complete(MV_CESA_MBUF* pMbuf, int offset,
2610 MV_CESA_MBUF *pMbuf;
2615 sizeof(MV_CESA_MBUF) + sizeof(MV_BUF_INFO) + 100);
2619 sizeof(MV_CESA_COMMAND) + sizeof(MV_CESA_MBUF) + sizeof(MV_BUF_INFO) );
2625 pMbuf = (MV_CESA_MBUF*)pBuf;
2626 pBuf += sizeof(MV_CESA_MBUF);
2656 MV_CESA_MBUF *pMbuf;