Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw.h444 uint32_t orq_get; /* consumer index into orq array */ member
647 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current()
662 return qp->orq[qp->orq_get % qp->attrs.orq_size].flags == 0 ? 1 : 0; in siw_orq_empty()
H A Dsiw_qp.c1201 sqe = &qp->orq[qp->orq_get % qp->attrs.orq_size]; in siw_sq_flush()
1209 qp->orq_get++; in siw_sq_flush()
H A Dsiw_qp_rx.c1163 qp->orq_get++; in siw_check_tx_fence()