mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
e1000: add missed define for VFTA
VLAN filtering using the VFTA (VLAN Filter Table Array) and should be initialized prior to setting rx mode. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Guinan Sun <guinanx.sun@intel.com> Reviewed-by: Wei Zhao <wei.zhao1@intel.com> Approved by: imp Obtained from: DPDK (fc9933953c90e99970aa867c38f9c6e6c5d0488d) MFC after: 1 week
This commit is contained in:
parent
e8e3171d99
commit
a8bb4ab7cf
1 changed files with 1 additions and 0 deletions
|
|
@ -1386,6 +1386,7 @@
|
|||
#define E1000_MDIC_ERROR 0x40000000
|
||||
#define E1000_MDIC_DEST 0x80000000
|
||||
|
||||
#define E1000_VFTA_BLOCK_SIZE 8
|
||||
/* SerDes Control */
|
||||
#define E1000_GEN_CTL_READY 0x80000000
|
||||
#define E1000_GEN_CTL_ADDRESS_SHIFT 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue