We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db1bad commit 9dc441fCopy full SHA for 9dc441f
drivers/net/igbvf/vf.c
@@ -220,7 +220,7 @@ static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr)
220
* The parameter rar_count will usually be hw->mac.rar_entry_count
221
* unless there are workarounds that change this.
222
**/
223
-void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
+static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
224
u8 *mc_addr_list, u32 mc_addr_count,
225
u32 rar_used_count, u32 rar_count)
226
{
0 commit comments