Searched refs:ct_srcmap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sun8i_crypto.c | 166 bus_dmamap_t ct_srcmap; member 560 &task->ct_srcmap); in sun8i_crypto_task_ctor() 575 fail9: bus_dmamap_destroy(sc->sc_dmat, task->ct_srcmap); in sun8i_crypto_task_ctor() 599 bus_dmamap_destroy(sc->sc_dmat, task->ct_srcmap); in sun8i_crypto_task_dtor() 731 bus_dmamap_t srcmap = task->ct_srcmap; in sun8i_crypto_task_load() 1236 bus_dmamap_sync(sc->sc_dmat, task->ct_srcmap, 0, nbytes, in sun8i_crypto_chan_done() 1530 error = bus_dmamap_load(sc->sc_dmat, task->ct_srcmap, in sun8i_crypto_selftest() 1570 fail6: bus_dmamap_unload(sc->sc_dmat, task->ct_srcmap); in sun8i_crypto_selftest() 1638 bus_dmamap_unload(sc->sc_dmat, task->ct_srcmap); in sun8i_crypto_selftest_done() 2285 error = bus_dmamap_load_mbuf(sc->sc_dmat, task->ct_srcmap, m, in sun8i_crypto_process() [all …]
|