Symbol: ioat_channel_t
usr/src/uts/i86pc/io/ioat/ioat_chan.c
1127
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
1218
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
1299
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
1304
channel = (ioat_channel_t)private;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
1384
ioat_ring_reserve(ioat_channel_t channel, ioat_channel_ring_t *ring,
usr/src/uts/i86pc/io/ioat/ioat_chan.c
157
ioat_channel_t *chan;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
166
chan = (ioat_channel_t *)channel_private;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
296
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
390
ioat_channel_t channel = state->is_channel + i;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
412
ioat_channel_t *chan;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
417
chan = (ioat_channel_t *)channel_private;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
449
ioat_channel_intr(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
501
ioat_channel_start(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
521
ioat_channel_reset(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
543
ioat_completion_alloc(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
607
ioat_completion_free(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
629
ioat_ring_alloc(ioat_channel_t channel, uint_t desc_cnt)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
725
ioat_ring_free(ioat_channel_t channel)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
763
ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *in_desc)
usr/src/uts/i86pc/io/ioat/ioat_chan.c
822
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
88
static int ioat_completion_alloc(ioat_channel_t channel);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
881
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
886
channel = (ioat_channel_t)private;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
89
static void ioat_completion_free(ioat_channel_t channel);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
90
static void ioat_channel_start(ioat_channel_t channel);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
91
static void ioat_channel_reset(ioat_channel_t channel);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
93
int ioat_ring_alloc(ioat_channel_t channel, uint_t desc_cnt);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
933
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
938
channel = (ioat_channel_t)private;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
94
void ioat_ring_free(ioat_channel_t channel);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
95
void ioat_ring_seed(ioat_channel_t channel, ioat_chan_dma_desc_t *desc);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
96
int ioat_ring_reserve(ioat_channel_t channel, ioat_channel_ring_t *ring,
usr/src/uts/i86pc/io/ioat/ioat_chan.c
963
ioat_channel_t channel;
usr/src/uts/i86pc/io/ioat/ioat_chan.c
977
channel = (ioat_channel_t)private;
usr/src/uts/i86pc/sys/ioat.h
308
ioat_channel_t is_channel;
usr/src/uts/i86pc/sys/ioat.h
347
void ioat_channel_intr(ioat_channel_t channel);