Lines Matching refs:ret_val
126 s32 ret_val; in ixgbe_setup_sfp_modules_82599() local
134 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
136 if (ret_val) in ixgbe_setup_sfp_modules_82599()
137 return ret_val; in ixgbe_setup_sfp_modules_82599()
140 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in ixgbe_setup_sfp_modules_82599()
142 if (ret_val) in ixgbe_setup_sfp_modules_82599()
164 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599()
168 if (ret_val) { in ixgbe_setup_sfp_modules_82599()
202 s32 ret_val; in prot_autoc_read_82599() local
207 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in prot_autoc_read_82599()
209 if (ret_val) in prot_autoc_read_82599()
231 s32 ret_val = 0; in prot_autoc_write_82599() local
242 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in prot_autoc_write_82599()
244 if (ret_val) in prot_autoc_write_82599()
251 ret_val = ixgbe_reset_pipeline_82599(hw); in prot_autoc_write_82599()
260 return ret_val; in prot_autoc_write_82599()
293 s32 ret_val; in ixgbe_init_phy_ops_82599() local
315 ret_val = phy->ops.identify(hw); in ixgbe_init_phy_ops_82599()
339 return ret_val; in ixgbe_init_phy_ops_82599()
1910 s32 ret_val = 0; in ixgbe_start_hw_82599() local
1912 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82599()
1913 if (ret_val) in ixgbe_start_hw_82599()
1914 return ret_val; in ixgbe_start_hw_82599()
1916 ret_val = ixgbe_start_hw_gen2(hw); in ixgbe_start_hw_82599()
1917 if (ret_val) in ixgbe_start_hw_82599()
1918 return ret_val; in ixgbe_start_hw_82599()
1923 if (ret_val) in ixgbe_start_hw_82599()
1924 return ret_val; in ixgbe_start_hw_82599()
2143 s32 ret_val; in ixgbe_reset_pipeline_82599() local
2172 ret_val = IXGBE_ERR_RESET_FAILED; in ixgbe_reset_pipeline_82599()
2176 ret_val = 0; in ixgbe_reset_pipeline_82599()
2183 return ret_val; in ixgbe_reset_pipeline_82599()