Searched defs:last_cmpl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c1300 uint64_t last_cmpl; local
1331 * PAs. We grab a snapshot of generation and last_cmpl in the mutex.
1335 last_cmpl = IOAT_CMPL_INDEX(channel);
1336 if (last_cmpl != ring->cr_cmpl_last) {
1342 if (last_cmpl < ring->cr_cmpl_last) {
1345 ring->cr_cmpl_last = last_cmpl;
1371 (priv->ip_index <= last_cmpl)) {

Completed in 60 milliseconds