Searched refs:req_frames (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/mps/ |
| H A D | mps.c | 776 if (sc->req_frames != NULL) in mps_iocfacts_free() 777 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mps_iocfacts_free() 1435 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mps_alloc_requests() 1440 bzero(sc->req_frames, rsize); in mps_alloc_requests() 1441 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mps_alloc_requests() 1513 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mps_alloc_requests()
|
| H A D | mpsvar.h | 370 uint8_t *req_frames; member
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr.c | 804 if (sc->req_frames != NULL) in mpr_iocfacts_free() 805 bus_dmamem_free(sc->req_dmat, sc->req_frames, sc->req_map); in mpr_iocfacts_free() 1495 if (bus_dmamem_alloc(sc->req_dmat, (void **)&sc->req_frames, in mpr_alloc_requests() 1500 bzero(sc->req_frames, rsize); in mpr_alloc_requests() 1501 bus_dmamap_load(sc->req_dmat, sc->req_map, sc->req_frames, rsize, in mpr_alloc_requests() 1583 cm->cm_req = sc->req_frames + i * sc->reqframesz; in mpr_alloc_requests()
|
| H A D | mprvar.h | 415 uint8_t *req_frames; member
|