Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c450 if (ioat->hw_desc_ring != NULL) { in ioat_detach()
452 bus_dmamem_free(ioat->hw_desc_tag, ioat->hw_desc_ring, in ioat_detach()
612 ioat->hw_desc_ring = hw_desc; in ioat3_attach()
662 dma_hw_desc = &ioat->hw_desc_ring[i].dma; in ioat3_attach()
1612 return (&ioat->hw_desc_ring[index % (1 << ioat->ring_size_order)]); in ioat_get_descriptor()
2095 db_printf(" descriptors: %p\n", sc->hw_desc_ring); in DB_SHOW_COMMAND()
H A Dioat_internal.h489 } *hw_desc_ring; member