Searched refs:reply_map (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps.c | 765 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mps_iocfacts_free() 768 sc->reply_map); in mps_iocfacts_free() 1361 BUS_DMA_NOWAIT, &sc->reply_map)) { in mps_alloc_replies() 1366 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mps_alloc_replies()
|
| H A D | mpsvar.h | 375 bus_dmamap_t reply_map; member
|
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr.c | 794 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mpr_iocfacts_free() 797 sc->reply_map); in mpr_iocfacts_free() 1401 BUS_DMA_NOWAIT, &sc->reply_map)) { in mpr_alloc_replies() 1406 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mpr_alloc_replies()
|
| H A D | mprvar.h | 419 bus_dmamap_t reply_map; member
|