Home
last modified time | relevance | path

Searched refs:irq_e (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw.h664 struct siw_sqe *irq_e = &qp->irq[qp->irq_put % qp->attrs.irq_size]; in irq_alloc_free() local
666 if (READ_ONCE(irq_e->flags) == 0) { in irq_alloc_free()
668 return irq_e; in irq_alloc_free()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw.h667 struct siw_sqe *irq_e = &qp->irq[qp->irq_put % qp->attrs.irq_size]; in irq_alloc_free() local
669 if (READ_ONCE(irq_e->flags) == 0) { in irq_alloc_free()
671 return irq_e; in irq_alloc_free()

Completed in 4 milliseconds