Home
last modified time | relevance | path

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

/illumos-gate/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()
828 channel = ring->cr_chan; in ioat_ring_loop()
1133 channel = ring->cr_chan; in ioat_cmd_post_dca()
1179 if (ring->cr_chan->ic_ver == IOAT_CBv2) { in ioat_cmd_post_dca()
1224 channel = ring->cr_chan; in ioat_cmd_post_copy()
1262 if (ring->cr_chan->ic_ver == IOAT_CBv2) { in ioat_cmd_post_copy()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h221 struct ioat_channel_s *cr_chan; member