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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c333 bzero(ring->cr_desc, channel->ic_desc_alloc_size);
671 (caddr_t *)&ring->cr_desc, &real_length, &channel->ic_desc_handle);
675 bzero(ring->cr_desc, channel->ic_desc_alloc_size);
677 (caddr_t)ring->cr_desc, channel->ic_desc_alloc_size,
780 channel->ic_ring->cr_desc[0] = *(ioat_chan_desc_t *)in_desc;
796 &ring->cr_desc[ring->cr_desc_next];
798 &ring->cr_desc[ring->cr_desc_prev];
862 curr = (ioat_chan_dma_desc_t *)&ring->cr_desc[ring->cr_desc_prev];
1133 desc = (ioat_chan_dca_desc_t *)&ring->cr_desc[ring->cr_desc_next];
1134 prev = (ioat_chan_dca_desc_t *)&ring->cr_desc[rin
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h215 ioat_chan_desc_t *cr_desc; member in struct:ioat_channel_ring_s

Completed in 64 milliseconds