Searched refs:reply_map (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps.c | 772 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mps_iocfacts_free() 775 sc->reply_map); in mps_iocfacts_free() 1359 BUS_DMA_NOWAIT, &sc->reply_map)) { in mps_alloc_replies() 1364 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mps_alloc_replies()
|
| H A D | mpsvar.h | 380 bus_dmamap_t reply_map; member
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr.c | 798 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mpr_iocfacts_free() 801 sc->reply_map); in mpr_iocfacts_free() 1430 BUS_DMA_NOWAIT, &sc->reply_map)) { in mpr_alloc_replies() 1435 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mpr_alloc_replies()
|
| H A D | mprvar.h | 424 bus_dmamap_t reply_map; member
|