Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c177 channel->ic_ver = state->is_ver; in ioat_channel_alloc()
186 if (channel->ic_ver == IOAT_CBv2) { in ioat_channel_alloc()
249 if (channel->ic_ver == IOAT_CBv1) { in ioat_channel_alloc()
335 if (channel->ic_ver == IOAT_CBv1) { in ioat_channel_resume()
343 ASSERT(channel->ic_ver == IOAT_CBv2); in ioat_channel_resume()
459 if (channel->ic_ver == IOAT_CBv1) { in ioat_channel_intr()
463 ASSERT(channel->ic_ver == IOAT_CBv2); in ioat_channel_intr()
528 if (channel->ic_ver == IOAT_CBv1) { in ioat_channel_reset()
532 ASSERT(channel->ic_ver == IOAT_CBv2); in ioat_channel_reset()
689 if (channel->ic_ver == IOAT_CBv1) { in ioat_ring_alloc()
[all …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Dioat.h239 ioat_version_t ic_ver; member