Searched refs:mficmd_frame_tag (Results 1 – 3 of 3) sorted by relevance
646 if (sc->mficmd_frame_tag != NULL) in mrsas_alloc_mfi_cmds()647 bus_dma_tag_destroy(sc->mficmd_frame_tag); in mrsas_alloc_mfi_cmds()679 &sc->mficmd_frame_tag)) { in mrsas_create_frame_pool()721 if (bus_dmamem_alloc(sc->mficmd_frame_tag, (void **)&cmd->frame_mem, in mrsas_alloc_frame()726 if (bus_dmamap_load(sc->mficmd_frame_tag, cmd->frame_dmamap, in mrsas_alloc_frame()767 bus_dmamap_unload(sc->mficmd_frame_tag, cmd->frame_dmamap); in mrsas_free_frame()769 bus_dmamem_free(sc->mficmd_frame_tag, cmd->frame_mem, cmd->frame_dmamap); in mrsas_free_frame()
1293 if (sc->mficmd_frame_tag != NULL) in mrsas_free_mem()1294 bus_dma_tag_destroy(sc->mficmd_frame_tag); in mrsas_free_mem()
3550 bus_dma_tag_t mficmd_frame_tag; member