Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/mps/ |
| D | mps.c | 780 if (sc->req_frames != NULL) in mps_iocfacts_free() 781 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free() 1428 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests() 1433 bzero(sc->req_frames, rsize); in mps_alloc_requests() 1434 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests() 1524 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
|
| D | mpsvar.h | 368 uint8_t *req_frames; member
|
| /freebsd-12-stable/sys/dev/mpr/ |
| D | mpr.c | 810 if (sc->req_frames != NULL) in mpr_iocfacts_free() 811 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1506 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests() 1511 bzero(sc->req_frames, rsize); in mpr_alloc_requests() 1512 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mpr_alloc_requests() 1612 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
|
| D | mprvar.h | 412 uint8_t *req_frames; member
|