Home
last modified time | relevance | path

Searched refs:last_comp (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/mthca/
Dmthca_cq.c562 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()
Dmthca_provider.h232 unsigned last_comp; member
Dmthca_qp.c233 wq->last_comp = wq->max - 1; in mthca_wq_reset()