Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h440 uint32_t orq_get; /* consumer index into orq array */ member
642 return &qp->orq[qp->orq_get % qp->attrs.orq_size]; in orq_get_current()
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.c1143 qp->orq_get++; in siw_check_tx_fence()