Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c95 void ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *desc);
503 ioat_chan_dma_desc_t desc; in ioat_channel_start()
763 ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *in_desc) in ioat_ring_seed()
766 ioat_chan_dma_desc_t *desc; in ioat_ring_seed()
767 ioat_chan_dma_desc_t *prev; in ioat_ring_seed()
795 desc = (ioat_chan_dma_desc_t *) in ioat_ring_seed()
797 prev = (ioat_chan_dma_desc_t *) in ioat_ring_seed()
823 ioat_chan_dma_desc_t *curr; in ioat_ring_loop()
862 curr = (ioat_chan_dma_desc_t *)&ring->cr_desc[ring->cr_desc_prev]; in ioat_ring_loop()
1214 ioat_chan_dma_desc_t *saved_prev; in ioat_cmd_post_copy()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dioat.h160 } ioat_chan_dma_desc_t; typedef