Home
last modified time | relevance | path

Searched refs:HIFN_D_SRC_RSIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751var.h60 #define HIFN_D_SRC_RSIZE ((HIFN_D_CMD_RSIZE * 7) / 2) /* source descriptors */ macro
62 #define HIFN_D_DST_RSIZE HIFN_D_SRC_RSIZE /* destination descriptors */
93 struct hifn_desc srcr[HIFN_D_SRC_RSIZE+1];
H A Dhifn7751.c1392 if (dma->srci == HIFN_D_SRC_RSIZE) { in hifn_alloc_slot()
1394 dma->srcr[HIFN_D_SRC_RSIZE].l = htole32(HIFN_D_VALID | in hifn_alloc_slot()
1396 HIFN_SRCR_SYNC(sc, HIFN_D_SRC_RSIZE, in hifn_alloc_slot()
1566 dma->srcr[HIFN_D_SRC_RSIZE].p = in hifn_init_dma()
1786 if (++idx == HIFN_D_SRC_RSIZE) { in hifn_dmamap_srcwrap()
1789 HIFN_SRCR_SYNC(sc, HIFN_D_SRC_RSIZE, in hifn_dmamap_srcwrap()
2030 if ((dma->srcu + cmd->src_nsegs) > HIFN_D_SRC_RSIZE || in hifn_crypto()
2311 if (i == HIFN_D_SRC_RSIZE) in hifn_intr()