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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h60 #define HIFN_D_CMD_RSIZE 24 /* command descriptors */ macro
61 #define HIFN_D_SRC_RSIZE ((HIFN_D_CMD_RSIZE * 7) / 2) /* source descriptors */
62 #define HIFN_D_RES_RSIZE HIFN_D_CMD_RSIZE /* result descriptors */
94 struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1];
100 u_char command_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_COMMAND];
101 u_char result_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_RESULT];
102 u_int32_t slop[HIFN_D_CMD_RSIZE];
H A Dhifn7751.c1341 if (sc->sc_cmdi == HIFN_D_CMD_RSIZE) {
1343 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID |
1345 HIFN_CMDR_SYNC(sc, HIFN_D_CMD_RSIZE,
1516 for (i = 0; i < HIFN_D_CMD_RSIZE; i++)
1523 dma->cmdr[HIFN_D_CMD_RSIZE].p =
1792 if ((sc->sc_cmdu + 1) > HIFN_D_CMD_RSIZE ||
1958 if (sc->sc_cmdi == HIFN_D_CMD_RSIZE) {
1960 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID |
1962 HIFN_CMDR_SYNC(sc, HIFN_D_CMD_RSIZE,
2243 if (i != HIFN_D_CMD_RSIZE) {
[all...]

Completed in 63 milliseconds