Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps.c | 774 if (sc->req_frames != NULL) in mps_iocfacts_free() 775 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free() 1422 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests() 1427 bzero(sc->req_frames, rsize); in mps_alloc_requests() 1428 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests() 1522 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
|
| H A D | mpsvar.h | 367 uint8_t *req_frames; member
|
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr.c | 803 if (sc->req_frames != NULL) in mpr_iocfacts_free() 804 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1461 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests() 1466 bzero(sc->req_frames, rsize); in mpr_alloc_requests() 1467 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 | 411 uint8_t *req_frames; member
|