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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A Dhifn7751var.h60 #define HIFN_D_RES_RSIZE HIFN_D_CMD_RSIZE /* result descriptors */ macro
94 struct hifn_desc resr[HIFN_D_RES_RSIZE+1];
96 struct hifn_command *hifn_commands[HIFN_D_RES_RSIZE];
H A Dhifn7751.c1317 if (dma->resi == HIFN_D_RES_RSIZE) {
1319 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_JUMP|HIFN_D_MASKDONEIRQ);
1321 dma->resr[HIFN_D_RES_RSIZE].l |= htole32(HIFN_D_VALID);
1322 HIFN_RESR_SYNC(sc, HIFN_D_RES_RSIZE,
1458 for (i = 0; i < HIFN_D_RES_RSIZE; i++)
1468 dma->resr[HIFN_D_RES_RSIZE].p =
1756 (dma->resu + 1) > HIFN_D_RES_RSIZE) {
1998 if (dma->resi == HIFN_D_RES_RSIZE) {
2000 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_JUMP|HIFN_D_MASKDONEIRQ);
2002 dma->resr[HIFN_D_RES_RSIZE]
[all...]

Completed in 24 milliseconds