aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-05-09 19:54:34 +0000
committerMark Johnston <markj@FreeBSD.org>2018-05-09 19:54:34 +0000
commitb4fa90d6f9d9cd88ac63fc6d32c6fbd6a00e5d4d (patch)
treef665372008f54033623bf392b9b68280fd42e61d /sys/dev/bxe
parent4273f676097f804f456aa19b56d4f9cad73be404 (diff)
Notes
Diffstat (limited to 'sys/dev/bxe')
-rw-r--r--sys/dev/bxe/bxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c
index 3ce97db2ae2a..429abbd847b6 100644
--- a/sys/dev/bxe/bxe.c
+++ b/sys/dev/bxe/bxe.c
@@ -19240,7 +19240,7 @@ bxe_netdump_poll(struct ifnet *ifp, int count)
return (ENOENT);
for (i = 0; i < sc->num_queues; i++)
- (void)bxe_rxeof(sc, &sc->fp[0]);
+ (void)bxe_rxeof(sc, &sc->fp[i]);
(void)bxe_txeof(sc, &sc->fp[0]);
return (0);
}