Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c295 ioat_channel_ring_t *ring; in ioat_channel_resume()
631 ioat_channel_ring_t *ring; in ioat_ring_alloc()
640 ring = kmem_zalloc(sizeof (ioat_channel_ring_t), KM_SLEEP); in ioat_ring_alloc()
715 kmem_free(channel->ic_ring, sizeof (ioat_channel_ring_t)); in ioat_ring_alloc()
753 kmem_free(channel->ic_ring, sizeof (ioat_channel_ring_t)); in ioat_ring_free()
765 ioat_channel_ring_t *ring; in ioat_ring_seed()
819 ioat_ring_loop(ioat_channel_ring_t *ring, dcopy_cmd_t cmd) in ioat_ring_loop()
961 ioat_channel_ring_t *ring; in ioat_cmd_post()
1122 ioat_cmd_post_dca(ioat_channel_ring_t *ring, uint32_t dca_id) in ioat_cmd_post_dca()
1212 ioat_cmd_post_copy(ioat_channel_ring_t *ring, uint64_t src_addr, in ioat_cmd_post_copy()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h225 } ioat_channel_ring_t; typedef
236 ioat_channel_ring_t *ic_ring;