Lines Matching refs:ret_val
128 s32 ret_val; in ixgbe_setup_sfp_modules_82599() local
136 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_setup_sfp_modules_82599()
138 if (ret_val) in ixgbe_setup_sfp_modules_82599()
139 return ret_val; in ixgbe_setup_sfp_modules_82599()
142 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in ixgbe_setup_sfp_modules_82599()
144 if (ret_val) in ixgbe_setup_sfp_modules_82599()
166 ret_val = hw->mac.ops.prot_autoc_write(hw, in ixgbe_setup_sfp_modules_82599()
170 if (ret_val) { in ixgbe_setup_sfp_modules_82599()
204 s32 ret_val; in prot_autoc_read_82599() local
209 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in prot_autoc_read_82599()
211 if (ret_val) in prot_autoc_read_82599()
233 s32 ret_val = 0; in prot_autoc_write_82599() local
244 ret_val = hw->mac.ops.acquire_swfw_sync(hw, in prot_autoc_write_82599()
246 if (ret_val) in prot_autoc_write_82599()
253 ret_val = ixgbe_reset_pipeline_82599(hw); in prot_autoc_write_82599()
262 return ret_val; in prot_autoc_write_82599()
295 s32 ret_val; in ixgbe_init_phy_ops_82599() local
317 ret_val = phy->ops.identify(hw); in ixgbe_init_phy_ops_82599()
341 return ret_val; in ixgbe_init_phy_ops_82599()
1797 s32 ret_val = 0; in ixgbe_start_hw_82599() local
1799 ret_val = ixgbe_start_hw_generic(hw); in ixgbe_start_hw_82599()
1800 if (ret_val) in ixgbe_start_hw_82599()
1801 return ret_val; in ixgbe_start_hw_82599()
1803 ret_val = ixgbe_start_hw_gen2(hw); in ixgbe_start_hw_82599()
1804 if (ret_val) in ixgbe_start_hw_82599()
1805 return ret_val; in ixgbe_start_hw_82599()
1810 if (ret_val) in ixgbe_start_hw_82599()
1811 return ret_val; in ixgbe_start_hw_82599()
2030 s32 ret_val; in ixgbe_reset_pipeline_82599() local
2059 ret_val = IXGBE_ERR_RESET_FAILED; in ixgbe_reset_pipeline_82599()
2063 ret_val = 0; in ixgbe_reset_pipeline_82599()
2070 return ret_val; in ixgbe_reset_pipeline_82599()