Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c303 ring = channel->ic_ring; in ioat_channel_resume()
641 channel->ic_ring = ring; in ioat_ring_alloc()
715 kmem_free(channel->ic_ring, sizeof (ioat_channel_ring_t)); in ioat_ring_alloc()
751 mutex_destroy(&channel->ic_ring->cr_desc_mutex); in ioat_ring_free()
752 mutex_destroy(&channel->ic_ring->cr_cmpl_mutex); in ioat_ring_free()
753 kmem_free(channel->ic_ring, sizeof (ioat_channel_ring_t)); in ioat_ring_free()
772 ring = channel->ic_ring; in ioat_ring_seed()
780 channel->ic_ring->cr_desc[0] = *(ioat_chan_desc_t *)in_desc; in ioat_ring_seed()
981 ring = channel->ic_ring; in ioat_cmd_post()
1307 ring = channel->ic_ring; in ioat_cmd_poll()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h236 ioat_channel_ring_t *ic_ring; member