HomeSort by: relevance | last modified time | path
    Searched refs:hifn_dma (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
hifn7751var.h 81 struct hifn_dma { struct
110 offsetof(struct hifn_dma, r[i]), sizeof(struct hifn_desc), (f))
119 offsetof(struct hifn_dma, command_bufs[(i)][0]), \
124 offsetof(struct hifn_dma, result_bufs[(i)][0]), \
142 struct hifn_dma *sc_dma;
hifn7751.c 338 sc->sc_dma = (struct hifn_dma *)kva;
995 offsetof(struct hifn_dma, cmdr[0]));
997 offsetof(struct hifn_dma, srcr[0]));
999 offsetof(struct hifn_dma, dstr[0]));
1001 offsetof(struct hifn_dma, resr[0]));
1191 struct hifn_dma *dma = sc->sc_dma;
1237 struct hifn_dma *dma = sc->sc_dma;
1259 + offsetof(struct hifn_dma, test_src));
1261 + offsetof(struct hifn_dma, test_dst));
1301 struct hifn_dma *dma = sc->sc_dma
    [all...]

Completed in 15 milliseconds