Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c1890 enum virtchnl_status_code v_ret = VIRTCHNL_STATUS_SUCCESS; in ice_vc_get_vf_res_msg() local
1898 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1906 v_ret = VIRTCHNL_STATUS_ERR_NO_MEMORY; in ice_vc_get_vf_res_msg()
1920 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1977 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_VF_RESOURCES, v_ret, in ice_vc_get_vf_res_msg()
2072 enum virtchnl_status_code v_ret = VIRTCHNL_STATUS_SUCCESS; in ice_vc_config_rss_key() local
2079 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
2084 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
2089 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
2094 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_main.c2267 enum iavf_status ret, v_ret; in iavf_adminq_task() local
2282 v_ret = (enum iavf_status)le32_to_cpu(event.desc.cookie_low); in iavf_adminq_task()
2287 iavf_virtchnl_completion(adapter, v_op, v_ret, event.msg_buf, in iavf_adminq_task()