Home
last modified time | relevance | path

Searched refs:irq_put (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw.h471 uint32_t irq_put; /* producer index into irq array */ member
683 struct siw_sqe *irq_e = &qp->irq[qp->irq_put % qp->attrs.irq_size]; in irq_alloc_free()
686 qp->irq_put++; in irq_alloc_free()
Dsiw_qp_rx.c715 qp->irq_put % qp->attrs.irq_size, qp->attrs.irq_size); in siw_init_rresp()