Lines Matching refs:e1000_hw

39 static s32 e1000_init_phy_params_vf(struct e1000_hw *hw);
40 static s32 e1000_init_nvm_params_vf(struct e1000_hw *hw);
41 static void e1000_release_vf(struct e1000_hw *hw);
42 static s32 e1000_acquire_vf(struct e1000_hw *hw);
43 static s32 e1000_setup_link_vf(struct e1000_hw *hw);
44 static s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw);
45 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw);
46 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
47 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
49 static s32 e1000_init_hw_vf(struct e1000_hw *hw);
50 static s32 e1000_reset_hw_vf(struct e1000_hw *hw);
51 static void e1000_update_mc_addr_list_vf(struct e1000_hw *hw, u8 *, u32);
52 static void e1000_rar_set_vf(struct e1000_hw *, u8 *, u32);
53 static s32 e1000_read_mac_addr_vf(struct e1000_hw *);
61 static s32 e1000_init_phy_params_vf(struct e1000_hw *hw)
77 static s32 e1000_init_nvm_params_vf(struct e1000_hw *hw)
91 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw)
144 void e1000_init_function_pointers_vf(struct e1000_hw *hw)
162 static s32 e1000_acquire_vf(struct e1000_hw *hw)
175 static void e1000_release_vf(struct e1000_hw *hw)
186 static s32 e1000_setup_link_vf(struct e1000_hw *hw)
199 static s32 e1000_get_bus_info_pcie_vf(struct e1000_hw *hw)
221 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
258 static s32 e1000_reset_hw_vf(struct e1000_hw *hw)
307 static s32 e1000_init_hw_vf(struct e1000_hw *hw)
323 static void e1000_rar_set_vf(struct e1000_hw *hw, u8 * addr, u32 index)
354 static u32 e1000_hash_mc_addr_vf(struct e1000_hw *hw, u8 *mc_addr)
377 static void e1000_write_msg_read_ack(struct e1000_hw *hw,
397 void e1000_update_mc_addr_list_vf(struct e1000_hw *hw,
442 void e1000_vfta_set_vf(struct e1000_hw *hw, u16 vid, bool set)
459 void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size)
475 s32 e1000_promisc_set_vf(struct e1000_hw *hw, enum e1000_promisc_type type)
510 static s32 e1000_read_mac_addr_vf(struct e1000_hw *hw)
528 static s32 e1000_check_for_link_vf(struct e1000_hw *hw)