diff options
author | Greg Rose <gregory.v.rose@intel.com> | 2010-01-08 21:25:29 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-10 16:34:24 -0500 |
commit | 7f870475c8f102469df44a86387a03cb23e79b90 (patch) | |
tree | 6a95f54079586ee389253722f36350e987b98a02 /drivers/net/ixgbe/ixgbe_main.c | |
parent | 10ca132c41ecc1b55bc22667493ab75c4f6eec0d (diff) |
ixgbe: Add SR-IOV register, structure and bit defines
This patch adds register definitions, bit definitions and structures used by
the driver to support SR-IOV features of the 82599 controller.
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index b2f11d45e225..233c3917427e 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -2409,7 +2409,7 @@ static u8 *ixgbe_addr_list_itr(struct ixgbe_hw *hw, u8 **mc_addr_ptr, u32 *vmdq) | |||
2409 | * responsible for configuring the hardware for proper unicast, multicast and | 2409 | * responsible for configuring the hardware for proper unicast, multicast and |
2410 | * promiscuous mode. | 2410 | * promiscuous mode. |
2411 | **/ | 2411 | **/ |
2412 | static void ixgbe_set_rx_mode(struct net_device *netdev) | 2412 | void ixgbe_set_rx_mode(struct net_device *netdev) |
2413 | { | 2413 | { |
2414 | struct ixgbe_adapter *adapter = netdev_priv(netdev); | 2414 | struct ixgbe_adapter *adapter = netdev_priv(netdev); |
2415 | struct ixgbe_hw *hw = &adapter->hw; | 2415 | struct ixgbe_hw *hw = &adapter->hw; |