Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c642 ring->cr_chan = channel; in ioat_ring_alloc()
794 ASSERT(ring->cr_chan->ic_ver == IOAT_CBv2); in ioat_ring_seed()
827 channel = ring->cr_chan; in ioat_ring_loop()
1132 channel = ring->cr_chan; in ioat_cmd_post_dca()
1178 if (ring->cr_chan->ic_ver == IOAT_CBv2) { in ioat_cmd_post_dca()
1223 channel = ring->cr_chan; in ioat_cmd_post_copy()
1261 if (ring->cr_chan->ic_ver == IOAT_CBv2) { in ioat_cmd_post_copy()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dioat.h221 struct ioat_channel_s *cr_chan; member