Lines Matching refs:next2comp
336 BUG_ON(tq->buf_info[eop_idx].sop_idx != tq->tx_ring.next2comp);
345 while (tq->tx_ring.next2comp != eop_idx) {
346 vmxnet3_unmap_tx_buf(tq->buf_info + tq->tx_ring.next2comp,
349 /* update next2comp w/o tx_lock. Since we are marking more,
405 while (tq->tx_ring.next2comp != tq->tx_ring.next2fill) {
408 tbi = tq->buf_info + tq->tx_ring.next2comp;
425 tq->tx_ring.next2fill = tq->tx_ring.next2comp = 0;
483 tq->tx_ring.next2fill = tq->tx_ring.next2comp = 0;
648 "alloc_rx_buf: %d allocated, next2fill %u, next2comp %u\n",
649 num_allocated, ring->next2fill, ring->next2comp);
652 BUG_ON(num_allocated != 0 && ring->next2fill == ring->next2comp);
1105 "tx queue stopped on %s, next2comp %u"
1107 tq->tx_ring.next2comp, tq->tx_ring.next2fill);
1631 ring->next2comp = idx;
1703 rq->rx_ring[ring_idx].next2comp = 0;
1815 rq->rx_ring[i].next2fill = rq->rx_ring[i].next2comp = 0;