summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe.h
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2010-11-27 00:00:33 +0000
committerjfv <jfv@FreeBSD.org>2010-11-27 00:00:33 +0000
commita79f9a9e7d7b3497f742baf4b755d332108b38ce (patch)
tree85df59e61862805190bf3f8d2b084ec4131688ac /sys/dev/ixgbe/ixgbe.h
parent649f983bb9f8e9d44b3d7bcd098766e089776894 (diff)
downloadFreeBSD-src-a79f9a9e7d7b3497f742baf4b755d332108b38ce.zip
FreeBSD-src-a79f9a9e7d7b3497f742baf4b755d332108b38ce.tar.gz
and the header...
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 60851d2..1ad9b2d 100644
--- a/sys/dev/ixgbe/ixgbe.h
+++ b/sys/dev/ixgbe/ixgbe.h
@@ -427,6 +427,9 @@ struct adapter {
u64 que_mask;
u32 rx_process_limit;
+ /* Multicast array memory */
+ u8 *mta;
+
/* Misc stats maintained by the driver */
unsigned long dropped_pkts;
unsigned long mbuf_defrag_failed;
OpenPOWER on IntegriCloud