aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_hw.h
diff options
context:
space:
mode:
authorSasha Neftin <[email protected]>2019-09-25 08:58:53 +0000
committerJeff Kirsher <[email protected]>2019-10-21 17:22:13 +0000
commit7f839684c5c42f1d36ee0eb21ba751c7b51fa928 (patch)
tree9143fe3efa9532128c08a98b4355bfa24534fb70 /drivers/net/ethernet/intel/igc/igc_hw.h
parente1000e: Add support for S0ix (diff)
downloadkernel-7f839684c5c42f1d36ee0eb21ba751c7b51fa928.tar.gz
kernel-7f839684c5c42f1d36ee0eb21ba751c7b51fa928.zip
igc: Add set_rx_mode support
Add multicast addresses list to the MTA table. Implement basic Rx mode support. Add option for IPv6 address settings. Signed-off-by: Sasha Neftin <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_hw.h')
-rw-r--r--drivers/net/ethernet/intel/igc/igc_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h b/drivers/net/ethernet/intel/igc/igc_hw.h
index abb2d72911ff..20f710645746 100644
--- a/drivers/net/ethernet/intel/igc/igc_hw.h
+++ b/drivers/net/ethernet/intel/igc/igc_hw.h
@@ -91,6 +91,7 @@ struct igc_mac_info {
u16 mta_reg_count;
u16 uta_reg_count;
+ u32 mta_shadow[MAX_MTA_REG];
u16 rar_entry_count;
u8 forced_speed_duplex;