summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
diff options
context:
space:
mode:
authorBruce Allan2012-04-14 05:28:50 +0200
committerJeff Kirsher2012-05-02 10:58:53 +0200
commit69e1e0197ce739d86ca33fd275962d6cbd1b107a (patch)
tree23b34df1c0fbe7d941146489655d26c028b0f31f /drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
parente1000e: PHY initialization flow changes for 82577/8/9 (diff)
downloadkernel-qcow2-linux-69e1e0197ce739d86ca33fd275962d6cbd1b107a.tar.gz
kernel-qcow2-linux-69e1e0197ce739d86ca33fd275962d6cbd1b107a.tar.xz
kernel-qcow2-linux-69e1e0197ce739d86ca33fd275962d6cbd1b107a.zip
e1000e: fix .ndo_set_rx_mode for 82579
Secondary unicast and multicast addresses are added to the Receive Address registers (RAR) for most parts supported by the driver. For 82579, there is only one actual RAR and a number of Shared Receive Address registers (SHRAR) that are shared among the driver and f/w which can be reserved and write-protected by the f/w. On this device, use the SHRARs that are not taken by f/w for the additional addresses. Add a MAC ops function pointer infrastructure (similar to other MAC operations in the driver) for setting RARs, introduce a new rar_set function for 82579 and convert the existing code that sets RARs on other devices to a generic rar_set function. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_common.h')
0 files changed, 0 insertions, 0 deletions