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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h89 struct hifn_dma { struct
147 struct hifn_dma *sc_dma;
H A Dhifn7751.c475 sc->sc_dma = (struct hifn_dma *)kva;
1132 offsetof(struct hifn_dma, cmdr[0]));
1134 offsetof(struct hifn_dma, srcr[0]));
1136 offsetof(struct hifn_dma, dstr[0]));
1138 offsetof(struct hifn_dma, resr[0]));
1339 struct hifn_dma *dma = sc->sc_dma;
1385 struct hifn_dma *dma = sc->sc_dma;
1407 + offsetof(struct hifn_dma, test_src));
1409 + offsetof(struct hifn_dma, test_dst));
1446 struct hifn_dma *dm
[all...]

Completed in 98 milliseconds