Searched refs:comp_update_tag (Results 1 – 2 of 2) sorted by relevance
444 bus_dmamap_unload(ioat->comp_update_tag, ioat->comp_update_map); in ioat_detach()445 bus_dmamem_free(ioat->comp_update_tag, ioat->comp_update, in ioat_detach()447 bus_dma_tag_destroy(ioat->comp_update_tag); in ioat_detach()576 &ioat->comp_update_tag); in ioat3_attach()580 error = bus_dmamem_alloc(ioat->comp_update_tag, in ioat3_attach()586 error = bus_dmamap_load(ioat->comp_update_tag, ioat->comp_update_map, in ioat3_attach()
465 bus_dma_tag_t comp_update_tag; member