Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mps/
H A Dmps.c751 if (sc->chain_frames != NULL) { in mps_iocfacts_free()
753 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_iocfacts_free()
1409 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mps_load_chains_cb()
1462 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mps_alloc_requests()
1467 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mps_alloc_requests()
1470 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mps_alloc_requests()
H A Dmpsvar.h385 uint8_t *chain_frames; member
/freebsd-14.2/sys/dev/mpr/
H A Dmpr.c771 if (sc->chain_frames != NULL) { in mpr_iocfacts_free()
773 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_iocfacts_free()
1469 chain->chain =(MPI2_SGE_IO_UNION *)(sc->chain_frames+o); in mpr_load_chains_cb()
1522 if (bus_dmamem_alloc(sc->chain_dmat, (void **)&sc->chain_frames, in mpr_alloc_requests()
1527 if (bus_dmamap_load(sc->chain_dmat, sc->chain_map, sc->chain_frames, in mpr_alloc_requests()
1530 bus_dmamem_free(sc->chain_dmat, sc->chain_frames, in mpr_alloc_requests()
H A Dmprvar.h429 uint8_t *chain_frames; member