diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2020-12-19 01:08:33 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-10-03 02:03:11 +0000 |
| commit | a5a91bd2a09ffe748b6dd7d5f996fe725c22c774 (patch) | |
| tree | a3b4f7953e46a799c87e3a8ad993b555fb951912 /sys/dev/ice | |
| parent | 660b6999cc95aa56f5981c538234bd3475b3abc5 (diff) | |
Diffstat (limited to 'sys/dev/ice')
| -rw-r--r-- | sys/dev/ice/if_ice_iflib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ice/if_ice_iflib.c b/sys/dev/ice/if_ice_iflib.c index 6fdb738b192b..25eaae8ed26d 100644 --- a/sys/dev/ice/if_ice_iflib.c +++ b/sys/dev/ice/if_ice_iflib.c @@ -1493,7 +1493,7 @@ ice_if_msix_intr_assign(if_ctx_t ctx, int msix) snprintf(irq_name, sizeof(irq_name), "rxq%d", i); err = iflib_irq_alloc_generic(ctx, &sc->irqvs[vector].irq, rid, - IFLIB_INTR_RX, ice_msix_que, + IFLIB_INTR_RXTX, ice_msix_que, rxq, rxq->me, irq_name); if (err) { device_printf(sc->dev, |
