Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751var.h59 #define HIFN_D_CMD_RSIZE 24 /* command descriptors */ macro
60 #define HIFN_D_SRC_RSIZE ((HIFN_D_CMD_RSIZE * 7) / 2) /* source descriptors */
61 #define HIFN_D_RES_RSIZE HIFN_D_CMD_RSIZE /* result descriptors */
93 struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1];
99 u_char command_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_COMMAND];
100 u_char result_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_RESULT];
101 u_int32_t slop[HIFN_D_CMD_RSIZE];
H A Dhifn7751.c1337 if (sc->sc_cmdi == HIFN_D_CMD_RSIZE) { in hifn_alloc_slot()
1339 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID | in hifn_alloc_slot()
1341 HIFN_CMDR_SYNC(sc, HIFN_D_CMD_RSIZE, in hifn_alloc_slot()
1512 for (i = 0; i < HIFN_D_CMD_RSIZE; i++) in hifn_init_dma()
1519 dma->cmdr[HIFN_D_CMD_RSIZE].p = in hifn_init_dma()
1788 if ((sc->sc_cmdu + 1) > HIFN_D_CMD_RSIZE || in hifn_crypto()
1954 if (sc->sc_cmdi == HIFN_D_CMD_RSIZE) { in hifn_crypto()
1956 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID | in hifn_crypto()
1958 HIFN_CMDR_SYNC(sc, HIFN_D_CMD_RSIZE, in hifn_crypto()
2239 if (i != HIFN_D_CMD_RSIZE) { in hifn_intr()
[all …]