Searched refs:req_map (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 758 uint8_t *req_map; /* Ptr to mapping info */ 1293 uint8_t *req_map; /* Ptr for mapping info on the req. */ 750 uint8_t *req_map; /* Ptr to mapping info */ global() member 1277 uint8_t *req_map; /* Ptr for mapping info on the req. */ global() member
|
/freebsd/sys/dev/mps/ |
H A D | mps.c | 776 bus_dmamap_unload(sc->req_dmat, sc->req_map); in mps_iocfacts_free() 778 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free() 1437 BUS_DMA_NOWAIT, &sc->req_map)) { in mps_alloc_requests() 1442 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests()
|
H A D | mpsvar.h | 373 bus_dmamap_t req_map; member
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 804 bus_dmamap_unload(sc->req_dmat, sc->req_map); in mpr_iocfacts_free() 806 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1497 BUS_DMA_NOWAIT, &sc->req_map)) { in mpr_alloc_requests() 1502 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mpr_alloc_requests()
|
H A D | mprvar.h | 417 bus_dmamap_t req_map; member
|