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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h62 #define HIFN_D_RES_RSIZE HIFN_D_CMD_RSIZE /* result descriptors */ macro
97 struct hifn_desc resr[HIFN_D_RES_RSIZE+1];
152 struct hifn_command *sc_hifn_commands[HIFN_D_RES_RSIZE];
H A Dhifn7751.c1371 if (sc->sc_resi == HIFN_D_RES_RSIZE) {
1373 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID |
1375 HIFN_RESR_SYNC(sc, HIFN_D_RES_RSIZE,
1519 for (i = 0; i < HIFN_D_RES_RSIZE; i++)
1529 dma->resr[HIFN_D_RES_RSIZE].p =
1793 (sc->sc_resu + 1) > HIFN_D_RES_RSIZE) {
1999 if (sc->sc_resi == HIFN_D_RES_RSIZE) {
2001 dma->resr[HIFN_D_RES_RSIZE].l = htole32(HIFN_D_VALID |
2003 HIFN_RESR_SYNC(sc, HIFN_D_RES_RSIZE,
2194 if (i != HIFN_D_RES_RSIZE) {
[all...]

Completed in 73 milliseconds