Home
last modified time | relevance | path

Searched refs:v_ret (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c1595 enum virtchnl_status_code v_ret = VIRTCHNL_STATUS_SUCCESS; in ice_vc_get_vf_res_msg() local
1603 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1611 v_ret = VIRTCHNL_STATUS_ERR_NO_MEMORY; in ice_vc_get_vf_res_msg()
1625 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1679 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
1774 enum virtchnl_status_code v_ret = VIRTCHNL_STATUS_SUCCESS; in ice_vc_config_rss_key() local
1781 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
1786 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
1791 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
1796 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_main.c2265 enum iavf_status ret, v_ret; in iavf_adminq_task() local
2280 v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_adminq_task()
2285 iavf_virtchnl_completion(adapter, v_op, v_ret, event.msg_buf, in iavf_adminq_task()