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

/freebsd-13-stable/sys/dev/ioat/
H A Dioat.c430 if (ioat->hw_desc_ring != NULL) {
432 bus_dmamem_free(ioat->hw_desc_tag, ioat->hw_desc_ring,
592 ioat->hw_desc_ring = hw_desc;
642 dma_hw_desc = &ioat->hw_desc_ring[i].dma;
1595 return (&ioat->hw_desc_ring[index % (1 << ioat->ring_size_order)]);
2078 db_printf(" descriptors: %p\n", sc->hw_desc_ring);
H A Dioat_internal.h492 } *hw_desc_ring; member in struct:ioat_softc

Completed in 170 milliseconds