Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751var.h61 #define HIFN_D_RES_RSIZE HIFN_D_CMD_RSIZE /* result descriptors */ macro
96 struct hifn_desc resr[HIFN_D_RES_RSIZE+1];
151 struct hifn_command *sc_hifn_commands[HIFN_D_RES_RSIZE];
H A Dhifn7751.c1367 if (sc->sc_resi == HIFN_D_RES_RSIZE) { in hifn_alloc_slot()
1369 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID | in hifn_alloc_slot()
1371 HIFN_RESR_SYNC(sc, HIFN_D_RES_RSIZE, in hifn_alloc_slot()
1515 for (i = 0; i < HIFN_D_RES_RSIZE; i++) in hifn_init_dma()
1525 dma->resr[HIFN_D_RES_RSIZE].p = in hifn_init_dma()
1789 (sc->sc_resu + 1) > HIFN_D_RES_RSIZE) { in hifn_crypto()
1995 if (sc->sc_resi == HIFN_D_RES_RSIZE) { in hifn_crypto()
1997 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID | in hifn_crypto()
1999 HIFN_RESR_SYNC(sc, HIFN_D_RES_RSIZE, in hifn_crypto()
2190 if (i != HIFN_D_RES_RSIZE) { in hifn_intr()
[all …]