Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps.c | 781 if (sc->req_frames != NULL) in mps_iocfacts_free() 782 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free() 1415 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests() 1420 bzero(sc->req_frames, rsize); in mps_alloc_requests() 1421 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests() 1491 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
|
| H A D | mpsvar.h | 372 uint8_t *req_frames; member
|
| /freebsd-13.1/sys/dev/mpr/ |
| H A D | mpr.c | 807 if (sc->req_frames != NULL) in mpr_iocfacts_free() 808 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1485 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests() 1490 bzero(sc->req_frames, rsize); in mpr_alloc_requests() 1491 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 D | mprvar.h | 416 uint8_t *req_frames; member
|