Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/sys/dev/raid/mps/ |
| H A D | mps.c | 764 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests() 769 bzero(sc->req_frames, rsize); in mps_alloc_requests() 770 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests() 852 cm->cm_req = sc->req_frames + in mps_alloc_requests() 1375 if (sc->req_frames != NULL) in mps_free() 1376 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_free()
|
| H A D | mpsvar.h | 350 uint8_t *req_frames; member
|
| /dflybsd-src/sys/dev/raid/mpr/ |
| H A D | mpr.c | 782 if (sc->req_frames != NULL) in mpr_iocfacts_free() 783 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1427 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests() 1432 bzero(sc->req_frames, rsize); in mpr_alloc_requests() 1433 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mpr_alloc_requests() 1530 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
|
| H A D | mprvar.h | 379 uint8_t *req_frames; member
|