|
@@ -230,6 +230,10 @@ struct e1000_adv_tx_context_desc {
|
|
|
#define E1000_VMOLR_STRVLAN 0x40000000 /* Vlan stripping enable */
|
|
|
#define E1000_VMOLR_STRCRC 0x80000000 /* CRC stripping enable */
|
|
|
|
|
|
+#define E1000_DVMOLR_HIDEVLAN 0x20000000 /* Hide vlan enable */
|
|
|
+#define E1000_DVMOLR_STRVLAN 0x40000000 /* Vlan stripping enable */
|
|
|
+#define E1000_DVMOLR_STRCRC 0x80000000 /* CRC stripping enable */
|
|
|
+
|
|
|
#define E1000_VLVF_ARRAY_SIZE 32
|
|
|
#define E1000_VLVF_VLANID_MASK 0x00000FFF
|
|
|
#define E1000_VLVF_POOLSEL_SHIFT 12
|