Searched refs:v_ret (Results 1 – 2 of 2) sorted by relevance
93 cmd->v_ret = IAVF_ERR_NOT_READY; in ice_dcf_vc_cmd_set()117 enum iavf_status v_ret; in ice_dcf_aq_cmd_handle() local136 v_ret = rte_le_to_cpu_32(info->desc.cookie_low); in ice_dcf_aq_cmd_handle()142 cmd->v_ret = v_ret; in ice_dcf_aq_cmd_handle()457 if (cmd->v_ret != IAVF_SUCCESS) { in ice_dcf_execute_virtchnl_cmd()461 i, cmd->v_ret, cmd->v_op); in ice_dcf_execute_virtchnl_cmd()518 if (desc_cmd.v_ret != IAVF_SUCCESS || buff_cmd.v_ret != IAVF_SUCCESS) { in ice_dcf_send_aq_cmd()522 i, desc_cmd.v_ret, buff_cmd.v_ret); in ice_dcf_send_aq_cmd()
28 enum iavf_status v_ret; member