Home
last modified time | relevance | path

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

/linux-6.6.21/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()
849 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
861 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_handle_rss_cfg()
868 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.c1029 return VIRTCHNL_STATUS_ERR_PARAM; in ice_err_to_virt_err()
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/intel/iavf/
Diavf_main.c144 case VIRTCHNL_STATUS_ERR_PARAM: in virtchnl_status_to_errno()