Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps.c750 if (sc->chain_frames != NULL) { in mps_iocfacts_free()
752 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_iocfacts_free()
1408 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mps_load_chains_cb()
1461 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mps_alloc_requests()
1466 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mps_alloc_requests()
1469 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_alloc_requests()
H A Dmpsvar.h385 uint8_t *chain_frames; member
/freebsd/sys/dev/mpr/
H A Dmpr.c770 if (sc->chain_frames != NULL) { in mpr_iocfacts_free()
772 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_iocfacts_free()
1468 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mpr_load_chains_cb()
1521 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mpr_alloc_requests()
1526 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mpr_alloc_requests()
1529 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_alloc_requests()
H A Dmprvar.h430 uint8_t *chain_frames; member