Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_cq.c567 if (wq->last_comp < wqe_index) in mthca_poll_one()
568 wq->tail += wqe_index - wq->last_comp; in mthca_poll_one()
570 wq->tail += wqe_index + wq->max - wq->last_comp; in mthca_poll_one()
572 wq->last_comp = wqe_index; in mthca_poll_one()
H A Dmthca_provider.h252 unsigned last_comp; member
H A Dmthca_qp.c233 wq->last_comp = wq->max - 1; in mthca_wq_reset()