Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c664 channel->ic_chan_desc_cnt = ((desc_cnt + 1) + 3) & ~0x3; in ioat_ring_alloc()
665 ring->cr_desc_last = channel->ic_chan_desc_cnt - 1; in ioat_ring_alloc()
666 channel->ic_desc_alloc_size = channel->ic_chan_desc_cnt * in ioat_ring_alloc()
836 cmd != NULL && count <= channel->ic_chan_desc_cnt; in ioat_ring_loop()
842 channel->ic_chan_desc_cnt) { in ioat_ring_loop()
847 count += channel->ic_chan_desc_cnt in ioat_ring_loop()
858 if (count >= channel->ic_chan_desc_cnt) { in ioat_ring_loop()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h269 uint_t ic_chan_desc_cnt; member