Searched refs:ct_ctrmap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sun8i_crypto.c | 165 bus_dmamap_t ct_ctrmap; /* updated IV output */ member 553 SUN8I_CRYPTO_MAXCTRBYTES, 0, dmaflags, &task->ct_ctrmap); in sun8i_crypto_task_ctor() 576 fail8: bus_dmamap_destroy(sc->sc_dmat, task->ct_ctrmap); in sun8i_crypto_task_ctor() 600 bus_dmamap_destroy(sc->sc_dmat, task->ct_ctrmap); in sun8i_crypto_task_dtor() 718 bus_dmamap_t ctrmap = task->ct_ctrmap; in sun8i_crypto_task_load() 1239 bus_dmamap_sync(sc->sc_dmat, task->ct_ctrmap, 0, in sun8i_crypto_chan_done() 1240 task->ct_ctrmap->dm_segs[0].ds_len, BUS_DMASYNC_POSTREAD); in sun8i_crypto_chan_done() 2504 bus_dmamap_unload(sc->sc_dmat, task->ct_ctrmap); in sun8i_crypto_process() 2542 bus_dmamap_unload(sc->sc_dmat, task->ct_ctrmap); in sun8i_crypto_callback()
|