aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/e1000_82575.h
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2010-09-28 00:13:15 +0000
committerJack F Vogel <jfv@FreeBSD.org>2010-09-28 00:13:15 +0000
commit7d9119bdc4774dc34eeac8fea0d3e0fe8c704fc4 (patch)
tree21280311b19d0a44f429c7a43c6e9ff933e22698 /sys/dev/e1000/e1000_82575.h
parent332bbeddddc50b02d0123c9973f5875d4e68e006 (diff)
downloadsrc-7d9119bdc4774dc34eeac8fea0d3e0fe8c704fc4.tar.gz
src-7d9119bdc4774dc34eeac8fea0d3e0fe8c704fc4.zip
Update code from Intel:
- Sync shared code with Intel internal - New client chipset support added - em driver - fixes to 82574, limit queues to 1 but use MSIX - em driver - large changes in TX checksum offload and tso code, thanks to yongari. - some small changes for watchdog issues. - igb driver - local timer watchdog code was missing locking this and a couple other watchdog related fixes. - bug in rx discard found by Andrew Boyer, check for null pointer MFC: a week
Notes
Notes: svn path=/head/; revision=213234
Diffstat (limited to 'sys/dev/e1000/e1000_82575.h')
-rw-r--r--sys/dev/e1000/e1000_82575.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/e1000/e1000_82575.h b/sys/dev/e1000/e1000_82575.h
index d64538cc5e0b..eb05262d3863 100644
--- a/sys/dev/e1000/e1000_82575.h
+++ b/sys/dev/e1000/e1000_82575.h
@@ -458,6 +458,7 @@ struct e1000_adv_tx_context_desc {
/* RX packet buffer size defines */
#define E1000_RXPBS_SIZE_MASK_82576 0x0000007F
void e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable);
+void e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf);
void e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable);
enum e1000_promisc_type {
e1000_promisc_disabled = 0, /* all promisc modes disabled */