Searched refs:reply_map (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/mps/ |
| H A D | mps.c | 767 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mps_iocfacts_free() 770 sc->reply_map); in mps_iocfacts_free() 1376 BUS_DMA_NOWAIT, &sc->reply_map)) { in mps_alloc_replies() 1381 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 | 795 bus_dmamap_unload(sc->reply_dmat, sc->reply_map); in mpr_iocfacts_free() 798 sc->reply_map); in mpr_iocfacts_free() 1440 BUS_DMA_NOWAIT, &sc->reply_map)) { in mpr_alloc_replies() 1445 bus_dmamap_load(sc->reply_dmat, sc->reply_map, sc->reply_frames, rsize, in mpr_alloc_replies()
|
| H A D | mprvar.h | 423 bus_dmamap_t reply_map; member
|