Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A Dsiw.h442 uint32_t orq_get; /* consumer index into orq array */ member
644 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current()
664 return qp->orq[qp->orq_get % qp->attrs.orq_size].flags == 0 ? 1 : 0; in siw_orq_empty()
A Dsiw_qp.c1198 sqe = &qp->orq[qp->orq_get % qp->attrs.orq_size]; in siw_sq_flush()
1206 qp->orq_get++; in siw_sq_flush()
A Dsiw_qp_rx.c1188 qp_id(qp), qp->orq_get, qp->orq_put); in siw_check_tx_fence()
1192 qp->orq_get++; in siw_check_tx_fence()

Completed in 10 milliseconds