sys/dev/safe/safe.c
1032
&re->re_dst_map)) {
sys/dev/safe/safe.c
1037
if (bus_dmamap_load_crp(sc->sc_dstdmat, re->re_dst_map,
sys/dev/safe/safe.c
1041
re->re_dst_map);
sys/dev/safe/safe.c
1042
re->re_dst_map = NULL;
sys/dev/safe/safe.c
1125
BUS_DMA_NOWAIT, &re->re_dst_map) != 0) {
sys/dev/safe/safe.c
1131
re->re_dst_map, top, re->re_dst_segs,
sys/dev/safe/safe.c
1134
re->re_dst_map);
sys/dev/safe/safe.c
1135
re->re_dst_map = NULL;
sys/dev/safe/safe.c
1247
if (re->re_dst_map != NULL && re->re_dst_map != re->re_src_map) {
sys/dev/safe/safe.c
1248
bus_dmamap_unload(sc->sc_dstdmat, re->re_dst_map);
sys/dev/safe/safe.c
1249
bus_dmamap_destroy(sc->sc_dstdmat, re->re_dst_map);
sys/dev/safe/safe.c
1295
if (re->re_dst_map != NULL && re->re_dst_map != re->re_src_map) {
sys/dev/safe/safe.c
1296
bus_dmamap_sync(sc->sc_dstdmat, re->re_dst_map,
sys/dev/safe/safe.c
1298
bus_dmamap_unload(sc->sc_dstdmat, re->re_dst_map);
sys/dev/safe/safe.c
1299
bus_dmamap_destroy(sc->sc_dstdmat, re->re_dst_map);
sys/dev/safe/safe.c
599
if (re->re_dst_map != NULL)
sys/dev/safe/safe.c
600
bus_dmamap_sync(sc->sc_dstdmat, re->re_dst_map,