Lines Matching refs:s32
29 static s32 e1000_check_for_link_vf(struct e1000_hw *hw);
30 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed,
32 static s32 e1000_init_hw_vf(struct e1000_hw *hw);
33 static s32 e1000_reset_hw_vf(struct e1000_hw *hw);
38 static s32 e1000_read_mac_addr_vf(struct e1000_hw *);
39 static s32 e1000_set_vfta_vf(struct e1000_hw *, u16, bool);
45 static s32 e1000_init_mac_params_vf(struct e1000_hw *hw) in e1000_init_mac_params_vf()
94 static s32 e1000_get_link_up_info_vf(struct e1000_hw *hw, u16 *speed, in e1000_get_link_up_info_vf()
97 s32 status; in e1000_get_link_up_info_vf()
122 static s32 e1000_reset_hw_vf(struct e1000_hw *hw) in e1000_reset_hw_vf()
171 static s32 e1000_init_hw_vf(struct e1000_hw *hw) in e1000_init_hw_vf()
259 static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) in e1000_set_vfta_vf()
263 s32 err; in e1000_set_vfta_vf()
311 s32 ret_val; in e1000_rar_set_vf()
333 static s32 e1000_read_mac_addr_vf(struct e1000_hw *hw) in e1000_read_mac_addr_vf()
348 static s32 e1000_check_for_link_vf(struct e1000_hw *hw) in e1000_check_for_link_vf()
352 s32 ret_val = E1000_SUCCESS; in e1000_check_for_link_vf()