igb: make use of the uta to allow for promiscous mode filter
[deliverable/linux.git] / drivers / net / igb / e1000_regs.h
index 345d1442d6d65c6b89c02a65dcdc261ef2ef9b6e..76c338929f68fad3ec4072878d764cb19b39a005 100644 (file)
@@ -331,6 +331,7 @@ enum {
 #define E1000_QDE       0x02408 /* Queue Drop Enable - RW */
 #define E1000_DTXSWC    0x03500 /* DMA Tx Switch Control - RW */
 #define E1000_RPLOLR    0x05AF0 /* Replication Offload - RW */
+#define E1000_UTA       0x0A000 /* Unicast Table Array - RW */
 #define E1000_IOVTCL    0x05BBC /* IOV Control Register */
 /* These act per VF so an array friendly macro is used */
 #define E1000_P2VMAILBOX(_n)   (0x00C00 + (4 * (_n)))
This page took 0.030134 seconds and 5 git commands to generate.