Home
last modified time | relevance | path

Searched refs:hw_desc_tag (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ioat/
H A Dioat.c451 bus_dmamap_unload(ioat->hw_desc_tag, ioat->hw_desc_map); in ioat_detach()
452 bus_dmamem_free(ioat->hw_desc_tag, ioat->hw_desc_ring, in ioat_detach()
454 bus_dma_tag_destroy(ioat->hw_desc_tag); in ioat_detach()
598 ringsz, 1, ringsz, 0, NULL, NULL, &ioat->hw_desc_tag); in ioat3_attach()
602 error = bus_dmamem_alloc(ioat->hw_desc_tag, &hw_desc, in ioat3_attach()
607 error = bus_dmamap_load(ioat->hw_desc_tag, ioat->hw_desc_map, hw_desc, in ioat3_attach()
H A Dioat_internal.h460 bus_dma_tag_t hw_desc_tag; member