Searched refs:reply_map (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mps.c | 768 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mps_iocfacts_free() 771 sc->reply_map); in mps_iocfacts_free() 1377 BUS_DMA_NOWAIT, &sc->reply_map)) { in mps_alloc_replies() 1382 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mps_alloc_replies()
|
H A D | mpsvar.h | 378 bus_dmamap_t reply_map; member
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 796 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mpr_iocfacts_free() 799 sc->reply_map); in mpr_iocfacts_free() 1441 BUS_DMA_NOWAIT, &sc->reply_map)) { in mpr_alloc_replies() 1446 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mpr_alloc_replies()
|
H A D | mprvar.h | 422 bus_dmamap_t reply_map; member
|