aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/hunt_filter.c
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-01-12 14:33:17 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-01-12 14:33:17 +0000
commit79119a977d4ceed7c19847ac771e6f08c0e4a668 (patch)
treeafa41fd3311c2356f7859ebb80990a9cfcd37cbf /sys/dev/sfxge/common/hunt_filter.c
parente60680024afe8ec84ded577e77965e9a44595f2b (diff)
parentdae248ee46bb0c2bb37176d7fcd9f187a4f89341 (diff)
downloadsrc-79119a977d4ceed7c19847ac771e6f08c0e4a668.tar.gz
src-79119a977d4ceed7c19847ac771e6f08c0e4a668.zip
MFH
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=293760
Diffstat (limited to 'sys/dev/sfxge/common/hunt_filter.c')
-rw-r--r--sys/dev/sfxge/common/hunt_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/hunt_filter.c b/sys/dev/sfxge/common/hunt_filter.c
index 0666d9dc17f6..846687db7f52 100644
--- a/sys/dev/sfxge/common/hunt_filter.c
+++ b/sys/dev/sfxge/common/hunt_filter.c
@@ -1351,7 +1351,7 @@ hunt_filter_default_rxq_set(
#if EFSYS_OPT_RX_SCALE
EFSYS_ASSERT((using_rss == B_FALSE) ||
- (enp->en_rss_context != HUNTINGTON_RSS_CONTEXT_INVALID));
+ (enp->en_rss_context != EF10_RSS_CONTEXT_INVALID));
table->hft_using_rss = using_rss;
#else
EFSYS_ASSERT(using_rss == B_FALSE);