Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c88 static int ioat_completion_alloc(ioat_channel_t channel);
89 static void ioat_completion_free(ioat_channel_t channel);
90 static void ioat_channel_start(ioat_channel_t channel);
91 static void ioat_channel_reset(ioat_channel_t channel);
93 int ioat_ring_alloc(ioat_channel_t channel, uint_t desc_cnt);
94 void ioat_ring_free(ioat_channel_t channel);
95 void ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *desc);
96 int ioat_ring_reserve(ioat_channel_t channel, ioat_channel_ring_t *ring,
157 ioat_channel_t *chan; in ioat_channel_alloc()
166 chan = (ioat_channel_t *)channel_private; in ioat_channel_alloc()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h233 typedef struct ioat_channel_s *ioat_channel_t; typedef
308 ioat_channel_t is_channel;
347 void ioat_channel_intr(ioat_channel_t channel);