Home
last modified time | relevance | path

Searched refs:VIRTCHNL_STATUS_ERR_PARAM (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_virtchnl.c427 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
449 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
788 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
793 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
802 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
808 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
813 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
851 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
863 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
870 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
[all …]
Dice_virtchnl_fdir.c1813 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_add_fdir_fltr()
1820 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_add_fdir_fltr()
1941 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_del_fdir_fltr()
Dice_vf_lib.c1009 return VIRTCHNL_STATUS_ERR_PARAM; in ice_err_to_virt_err()
/Linux-v6.6/include/linux/avf/
Dvirtchnl.h43 VIRTCHNL_STATUS_ERR_PARAM = -5, enumerator
53 #define VIRTCHNL_ERR_PARAM VIRTCHNL_STATUS_ERR_PARAM
1602 return VIRTCHNL_STATUS_ERR_PARAM; in virtchnl_vc_validate_vf_msg()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_main.c144 case VIRTCHNL_STATUS_ERR_PARAM: in virtchnl_status_to_errno()