Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mps/
H A Dmps.c748 if (sc->chain_frames != NULL) { in mps_iocfacts_free()
750 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_iocfacts_free()
1390 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mps_load_chains_cb()
1454 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mps_alloc_requests()
1459 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mps_alloc_requests()
1462 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_alloc_requests()
H A Dmpsvar.h382 uint8_t *chain_frames; member
/freebsd-12.1/sys/dev/mpr/
H A Dmpr.c769 if (sc->chain_frames != NULL) { in mpr_iocfacts_free()
771 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_iocfacts_free()
1429 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mpr_load_chains_cb()
1493 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mpr_alloc_requests()
1498 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mpr_alloc_requests()
1501 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_alloc_requests()
H A Dmprvar.h426 uint8_t *chain_frames; member