|
@@ -63,6 +63,7 @@ void igb_clear_hw_cntrs_base(struct e1000_hw *hw);
|
|
void igb_clear_vfta(struct e1000_hw *hw);
|
|
void igb_clear_vfta(struct e1000_hw *hw);
|
|
void igb_config_collision_dist(struct e1000_hw *hw);
|
|
void igb_config_collision_dist(struct e1000_hw *hw);
|
|
void igb_init_rx_addrs(struct e1000_hw *hw, u16 rar_count);
|
|
void igb_init_rx_addrs(struct e1000_hw *hw, u16 rar_count);
|
|
|
|
+void igb_mta_set(struct e1000_hw *hw, u32 hash_value);
|
|
void igb_put_hw_semaphore(struct e1000_hw *hw);
|
|
void igb_put_hw_semaphore(struct e1000_hw *hw);
|
|
void igb_rar_set(struct e1000_hw *hw, u8 *addr, u32 index);
|
|
void igb_rar_set(struct e1000_hw *hw, u8 *addr, u32 index);
|
|
s32 igb_check_alt_mac_addr(struct e1000_hw *hw);
|
|
s32 igb_check_alt_mac_addr(struct e1000_hw *hw);
|