Searched refs:chain_frames (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps.c | 748 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 D | mpsvar.h | 382 uint8_t *chain_frames; member
|
| /freebsd-12.1/sys/dev/mpr/ |
| H A D | mpr.c | 769 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 D | mprvar.h | 426 uint8_t *chain_frames; member
|