Home
last modified time | relevance | path

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

/NextBSD/contrib/ofed/libmthca/src/
HDcq.c367 if (wq->last_comp < wqe_index) in mthca_poll_one()
368 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
370 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
372 wq->last_comp = wqe_index; in mthca_poll_one()
HDmthca.h194 unsigned last_comp; member
HDqp.c74 qp->sq.last_comp = qp->sq.max - 1; in mthca_init_qp_indices()
80 qp->rq.last_comp = qp->rq.max - 1; in mthca_init_qp_indices()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cq.c565 if (wq->last_comp < wqe_index) in mthca_poll_one()
566 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
568 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
570 wq->last_comp = wqe_index; in mthca_poll_one()
HDmthca_provider.h249 unsigned last_comp; member
HDmthca_qp.c232 wq->last_comp = wq->max - 1; in mthca_wq_reset()