summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2008-07-30 18:15:18 +0000
committerjfv <jfv@FreeBSD.org>2008-07-30 18:15:18 +0000
commit6cfc47d2bdeb65da7831a9d200a136973967c8f4 (patch)
tree074d02c68ee1ec77108bc790582e1c4eb9b95287 /sys/dev/ixgbe/ixgbe.h
parent7fe3be07e011469d1b4c35c6bb275a7fcff37856 (diff)
downloadFreeBSD-src-6cfc47d2bdeb65da7831a9d200a136973967c8f4.zip
FreeBSD-src-6cfc47d2bdeb65da7831a9d200a136973967c8f4.tar.gz
This updates the ixgbe driver to Intel internal version 1.4.7
Shared code changes, core driver fixes, vlan event/filter support Also Kip Macy's fix to allow any number of queues, thanks Kip!
Diffstat (limited to 'sys/dev/ixgbe/ixgbe.h')
-rw-r--r--sys/dev/ixgbe/ixgbe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ixgbe/ixgbe.h b/sys/dev/ixgbe/ixgbe.h
index c8a9197..32a8160 100644
--- a/sys/dev/ixgbe/ixgbe.h
+++ b/sys/dev/ixgbe/ixgbe.h
@@ -351,6 +351,9 @@ struct adapter {
int num_rx_queues;
u32 rx_process_limit;
+ eventhandler_tag vlan_attach;
+ eventhandler_tag vlan_detach;
+
/* Misc stats maintained by the driver */
unsigned long dropped_pkts;
unsigned long mbuf_alloc_failed;
OpenPOWER on IntegriCloud