Searched refs:ctlr_info_dmamap (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c3763 BUS_DMA_NOWAIT, &sc->ctlr_info_dmamap)) {
3767 if (bus_dmamap_load(sc->ctlr_info_tag, sc->ctlr_info_dmamap,
3787 bus_dmamap_unload(sc->ctlr_info_tag, sc->ctlr_info_dmamap);
3789 bus_dmamem_free(sc->ctlr_info_tag, sc->ctlr_info_mem, sc->ctlr_info_dmamap);
H A Dmrsas.h3562 bus_dmamap_t ctlr_info_dmamap; member in struct:mrsas_softc

Completed in 201 milliseconds