Searched refs:last_comp (Results 1 – 3 of 3) sorted by relevance
562 if (wq->last_comp < wqe_index) in mthca_poll_one()563 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()565 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()567 wq->last_comp = wqe_index; in mthca_poll_one()
232 unsigned last_comp; member
233 wq->last_comp = wq->max - 1; in mthca_wq_reset()