Lines Matching refs:s32

39 static s32 e1000_init_phy_params_vf(struct e1000_hw *hw);
40 static s32 e1000_init_nvm_params_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);
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)
162 static s32 e1000_acquire_vf(struct e1000_hw E1000_UNUSEDARG *hw)
186 static s32 e1000_setup_link_vf(struct e1000_hw E1000_UNUSEDARG *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,
224 s32 status;
258 static s32 e1000_reset_hw_vf(struct e1000_hw *hw)
262 s32 ret_val = -E1000_ERR_MAC_INIT;
307 static s32 e1000_init_hw_vf(struct e1000_hw *hw)
329 s32 ret_val;
385 s32 retval = mbx->ops.write_posted(hw, msg, size, 0);
478 s32 e1000_promisc_set_vf(struct e1000_hw *hw, enum e1000_promisc_type type)
482 s32 ret_val;
513 static s32 e1000_read_mac_addr_vf(struct e1000_hw *hw)
531 static s32 e1000_check_for_link_vf(struct e1000_hw *hw)
535 s32 ret_val = E1000_SUCCESS;