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

/freebsd-10.1-release/contrib/ofed/libmthca/src/
H A Dcq.c367 if (wq->last_comp < wqe_index)
368 wq->tail += wqe_index - wq->last_comp;
370 wq->tail += wqe_index + wq->max - wq->last_comp;
372 wq->last_comp = wqe_index;
H A Dmthca.h194 unsigned last_comp; member in struct:mthca_wq
H A Dqp.c74 qp->sq.last_comp = qp->sq.max - 1;
80 qp->rq.last_comp = qp->rq.max - 1;
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h249 unsigned last_comp; member in struct:mthca_wq
H A Dmthca_cq.c565 if (wq->last_comp < wqe_index)
566 wq->tail += wqe_index - wq->last_comp;
568 wq->tail += wqe_index + wq->max - wq->last_comp;
570 wq->last_comp = wqe_index;
H A Dmthca_qp.c232 wq->last_comp = wq->max - 1;

Completed in 116 milliseconds