Lines Matching refs:e1000_hw
6 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
7 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
9 static s32 e1000_init_hw_vf(struct e1000_hw *hw);
10 static s32 e1000_reset_hw_vf(struct e1000_hw *hw);
12 static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw, u8 *,
14 static void e1000_rar_set_vf(struct e1000_hw *, u8 *, u32);
15 static s32 e1000_read_mac_addr_vf(struct e1000_hw *);
16 static s32 e1000_set_uc_addr_vf(struct e1000_hw *hw, u32 subcmd, u8 *addr);
17 static s32 e1000_set_vfta_vf(struct e1000_hw *, u16, bool);
23 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw) in e1000_init_mac_params_vf()
59 void e1000_init_function_pointers_vf(struct e1000_hw *hw) in e1000_init_function_pointers_vf()
74 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, in e1000_get_link_up_info_vf()
102 static s32 e1000_reset_hw_vf(struct e1000_hw *hw) in e1000_reset_hw_vf()
151 static s32 e1000_init_hw_vf(struct e1000_hw *hw) in e1000_init_hw_vf()
168 static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr_vf()
201 static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw, in e1000_update_mc_addr_list_vf()
242 static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) in e1000_set_vfta_vf()
272 void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size) in e1000_rlpml_set_vf()
292 static void e1000_rar_set_vf(struct e1000_hw *hw, u8 *addr, u32 index) in e1000_rar_set_vf()
319 static s32 e1000_read_mac_addr_vf(struct e1000_hw *hw) in e1000_read_mac_addr_vf()
332 static s32 e1000_set_uc_addr_vf(struct e1000_hw *hw, u32 sub_cmd, u8 *addr) in e1000_set_uc_addr_vf()
372 static s32 e1000_check_for_link_vf(struct e1000_hw *hw) in e1000_check_for_link_vf()