diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-05-09 19:54:34 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-05-09 19:54:34 +0000 |
| commit | b4fa90d6f9d9cd88ac63fc6d32c6fbd6a00e5d4d (patch) | |
| tree | f665372008f54033623bf392b9b68280fd42e61d /sys/dev/bxe | |
| parent | 4273f676097f804f456aa19b56d4f9cad73be404 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bxe')
| -rw-r--r-- | sys/dev/bxe/bxe.c | 2 |
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); } |
