Home
last modified time | relevance | path

Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps.c777 if (sc->req_frames != NULL) in mps_iocfacts_free()
778 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free()
1414 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests()
1419 bzero(sc->req_frames, rsize); in mps_alloc_requests()
1420 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests()
1492 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
H A Dmpsvar.h370 uint8_t *req_frames; member
/freebsd/sys/dev/mpr/
H A Dmpr.c805 if (sc->req_frames != NULL) in mpr_iocfacts_free()
806 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free()
1483 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests()
1488 bzero(sc->req_frames, rsize); in mpr_alloc_requests()
1489 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mpr_alloc_requests()
1571 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
H A Dmprvar.h414 uint8_t *req_frames; member