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()452 if (cmd->v_ret != IAVF_SUCCESS) { in ice_dcf_execute_virtchnl_cmd()456 i, cmd->v_ret, cmd->v_op); in ice_dcf_execute_virtchnl_cmd()508 (!desc_cmd.pending && desc_cmd.v_ret != IAVF_SUCCESS) || in ice_dcf_send_aq_cmd()509 (!buff_cmd.pending && buff_cmd.v_ret != IAVF_SUCCESS)) in ice_dcf_send_aq_cmd()515 if (desc_cmd.v_ret != IAVF_SUCCESS || buff_cmd.v_ret != IAVF_SUCCESS) { in ice_dcf_send_aq_cmd()519 i, desc_cmd.v_ret, buff_cmd.v_ret); in ice_dcf_send_aq_cmd()
21 enum iavf_status v_ret; member