Home
last modified time | relevance | path

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

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