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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h63 #define HIFN_D_DST_RSIZE HIFN_D_SRC_RSIZE /* destination descriptors */ macro
96 struct hifn_desc dstr[HIFN_D_DST_RSIZE+1];
H A Dhifn7751.c1361 if (sc->sc_dsti == HIFN_D_DST_RSIZE) {
1363 dma->dstr[HIFN_D_DST_RSIZE].l = htole32(HIFN_D_VALID |
1365 HIFN_DSTR_SYNC(sc, HIFN_D_DST_RSIZE,
1527 dma->dstr[HIFN_D_DST_RSIZE].p =
1658 if (++idx == HIFN_D_DST_RSIZE) {
1944 (sc->sc_dstu + cmd->dst_nsegs + 1) > HIFN_D_DST_RSIZE) {
2638 if (i == HIFN_D_DST_RSIZE)

Completed in 104 milliseconds