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

/freebsd-12-stable/sys/dev/ioat/
H A Dioat_internal.h464 bus_dmamap_t hw_desc_map; member in struct:ioat_softc
H A Dioat.c429 bus_dmamap_unload(ioat->hw_desc_tag, ioat->hw_desc_map);
431 ioat->hw_desc_map);
581 BUS_DMA_ZERO | BUS_DMA_WAITOK, &ioat->hw_desc_map);
585 error = bus_dmamap_load(ioat->hw_desc_tag, ioat->hw_desc_map, hw_desc,

Completed in 112 milliseconds