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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c880 uint64_t current_head, new_tail; local
901 new_tail = (ldcp->tx_tail + LDC_PACKET_SIZE) %
904 if (new_tail == current_head) {
4336 uint64_t tx_head, tx_tail, new_tail; local
4392 new_tail = (tx_tail + LDC_PACKET_SIZE) &
4395 if (new_tail == tx_head) {
4412 tx_tail = new_tail;
4467 uint64_t tx_head, tx_tail, new_tail, start; local
4515 new_tail = (tx_tail + LDC_PACKET_SIZE) %
4524 if (new_tail
[all...]

Completed in 894 milliseconds