Lines Matching refs:ret_val
126 u32 ret_val = -E1000_ERR_MAC_INIT; in e1000_reset_hw_vf() local
152 ret_val = mbx->ops.read_posted(hw, msgbuf, 3); in e1000_reset_hw_vf()
153 if (!ret_val) { in e1000_reset_hw_vf()
158 ret_val = -E1000_ERR_MAC_INIT; in e1000_reset_hw_vf()
162 return ret_val; in e1000_reset_hw_vf()
311 s32 ret_val; in e1000_rar_set_vf() local
316 ret_val = mbx->ops.write_posted(hw, msgbuf, 3); in e1000_rar_set_vf()
318 if (!ret_val) in e1000_rar_set_vf()
319 ret_val = mbx->ops.read_posted(hw, msgbuf, 3); in e1000_rar_set_vf()
324 if (!ret_val && in e1000_rar_set_vf()
352 s32 ret_val = E1000_SUCCESS; in e1000_check_for_link_vf() local
381 ret_val = -E1000_ERR_MAC_INIT; in e1000_check_for_link_vf()
387 ret_val = -E1000_ERR_MAC_INIT; in e1000_check_for_link_vf()
397 return ret_val; in e1000_check_for_link_vf()