Lines Matching defs:ret_val
192 s32 ret_val = IXGBE_ERR_INVALID_MAC_ADDR;
237 ret_val = ixgbe_poll_mbx(hw, msgbuf,
239 if (ret_val)
240 return ret_val;
251 return ret_val;
364 s32 ret_val;
370 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 3);
375 if (!ret_val &&
381 return ret_val;
511 s32 ret_val;
519 ret_val = IXGBE_ERR_MBX;
521 ret_val = IXGBE_SUCCESS;
525 return ret_val;
542 s32 ret_val;
550 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 2);
551 if (!ret_val && (msgbuf[0] & IXGBE_VT_MSGTYPE_SUCCESS))
554 return ret_val | (msgbuf[0] & IXGBE_VT_MSGTYPE_FAILURE);
600 s32 ret_val;
615 ret_val = ixgbevf_write_msg_read_ack(hw, msgbuf, msgbuf, 3);
616 if (!ret_val) {
623 return ret_val;
655 s32 ret_val = IXGBE_SUCCESS;
728 ret_val = IXGBE_ERR_MBX;
734 ret_val = IXGBE_ERR_TIMEOUT;
745 return ret_val;