Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c776 ring->cr_cmpl_last = 0x0; in ioat_ring_seed()
1336 if (last_cmpl != ring->cr_cmpl_last) { in ioat_cmd_poll()
1342 if (last_cmpl < ring->cr_cmpl_last) { in ioat_cmd_poll()
1345 ring->cr_cmpl_last = last_cmpl; in ioat_cmd_poll()
1443 if (ring->cr_cmpl_last == 0) { in ioat_ring_reserve()
1451 if (ring->cr_cmpl_last == 0) { in ioat_ring_reserve()
1467 if ((desc + 1) == ring->cr_cmpl_last) { in ioat_ring_reserve()
1475 if ((desc + 1) == ring->cr_cmpl_last) { in ioat_ring_reserve()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dioat.h185 uint64_t cr_cmpl_last; member