Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mps/
H A Dmps.c755 if (sc->chain_frames != NULL) { in mps_iocfacts_free()
757 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_iocfacts_free()
1388 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mps_load_chains_cb()
1440 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mps_alloc_requests()
1445 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mps_alloc_requests()
1448 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_alloc_requests()
H A Dmpsvar.h387 uint8_t *chain_frames; member
/freebsd-13.1/sys/dev/mpr/
H A Dmpr.c773 if (sc->chain_frames != NULL) { in mpr_iocfacts_free()
775 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_iocfacts_free()
1458 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mpr_load_chains_cb()
1510 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mpr_alloc_requests()
1515 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mpr_alloc_requests()
1518 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_alloc_requests()
H A Dmprvar.h431 uint8_t *chain_frames; member