Home
last modified time | relevance | path

Searched refs:irq_burst (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp.c974 * the active IRQ will not be served after qp->irq_burst, if the
994 if (sq_get_next(qp) && ++qp->irq_burst >= SIW_IRQ_MAXBURST_SQ_ACTIVE) { in siw_activate_tx()
995 qp->irq_burst = 0; in siw_activate_tx()
H A Dsiw.h457 int irq_burst; member
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp.c977 * the active IRQ will not be served after qp->irq_burst, if the
997 if (sq_get_next(qp) && ++qp->irq_burst >= SIW_IRQ_MAXBURST_SQ_ACTIVE) { in siw_activate_tx()
998 qp->irq_burst = 0; in siw_activate_tx()
H A Dsiw.h459 int irq_burst; member

Completed in 6 milliseconds