Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c776 ring->cr_cmpl_last = 0x0; in ioat_ring_seed()
1337 if (last_cmpl != ring->cr_cmpl_last) { in ioat_cmd_poll()
1343 if (last_cmpl < ring->cr_cmpl_last) { in ioat_cmd_poll()
1346 ring->cr_cmpl_last = last_cmpl; in ioat_cmd_poll()
1444 if (ring->cr_cmpl_last == 0) { in ioat_ring_reserve()
1452 if (ring->cr_cmpl_last == 0) { in ioat_ring_reserve()
1468 if ((desc + 1) == ring->cr_cmpl_last) { in ioat_ring_reserve()
1476 if ((desc + 1) == ring->cr_cmpl_last) { in ioat_ring_reserve()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h185 uint64_t cr_cmpl_last; member