Searched refs:ctlr_info_tag (Results 1 – 2 of 2) sorted by relevance
3123 &sc->ctlr_info_tag)) { in mrsas_alloc_ctlr_info_cmd()3127 if (bus_dmamem_alloc(sc->ctlr_info_tag, (void **)&sc->ctlr_info_mem, in mrsas_alloc_ctlr_info_cmd()3132 if (bus_dmamap_load(sc->ctlr_info_tag, sc->ctlr_info_dmamap, in mrsas_alloc_ctlr_info_cmd()3152 bus_dmamap_unload(sc->ctlr_info_tag, sc->ctlr_info_dmamap); in mrsas_free_ctlr_info_cmd()3154 bus_dmamem_free(sc->ctlr_info_tag, sc->ctlr_info_mem, sc->ctlr_info_dmamap); in mrsas_free_ctlr_info_cmd()3155 if (sc->ctlr_info_tag != NULL) in mrsas_free_ctlr_info_cmd()3156 bus_dma_tag_destroy(sc->ctlr_info_tag); in mrsas_free_ctlr_info_cmd()
2716 bus_dma_tag_t ctlr_info_tag; member