diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_common.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c index 96a185953777..6621e172df3d 100644 --- a/drivers/net/ixgbe/ixgbe_common.c +++ b/drivers/net/ixgbe/ixgbe_common.c | |||
@@ -53,6 +53,7 @@ static void ixgbe_enable_rar(struct ixgbe_hw *hw, u32 index); | |||
53 | static void ixgbe_disable_rar(struct ixgbe_hw *hw, u32 index); | 53 | static void ixgbe_disable_rar(struct ixgbe_hw *hw, u32 index); |
54 | static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr); | 54 | static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr); |
55 | static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq); | 55 | static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq); |
56 | static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num); | ||
56 | 57 | ||
57 | /** | 58 | /** |
58 | * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx | 59 | * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx |
@@ -1815,7 +1816,7 @@ out: | |||
1815 | * | 1816 | * |
1816 | * Called at init time to set up flow control. | 1817 | * Called at init time to set up flow control. |
1817 | **/ | 1818 | **/ |
1818 | s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num) | 1819 | static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num) |
1819 | { | 1820 | { |
1820 | s32 ret_val = 0; | 1821 | s32 ret_val = 0; |
1821 | u32 reg; | 1822 | u32 reg; |