ioat_chan_dma_desc_t
ioat_chan_dma_desc_t *saved_prev;
ioat_chan_dma_desc_t *desc;
ioat_chan_dma_desc_t *prev;
desc = (ioat_chan_dma_desc_t *)&ring->cr_desc[ring->cr_desc_next];
prev = (ioat_chan_dma_desc_t *)&ring->cr_desc[ring->cr_desc_prev];
desc = (ioat_chan_dma_desc_t *)
prev = (ioat_chan_dma_desc_t *)
ASSERT(sizeof (ioat_chan_dma_desc_t) == 64);
ioat_chan_dma_desc_t desc;
ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *in_desc)
ioat_chan_dma_desc_t *desc;
ioat_chan_dma_desc_t *prev;
desc = (ioat_chan_dma_desc_t *)
prev = (ioat_chan_dma_desc_t *)
ioat_chan_dma_desc_t *curr;
curr = (ioat_chan_dma_desc_t *)&ring->cr_desc[ring->cr_desc_prev];
void ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *desc);