Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c53 return VIRTCHNL_STATUS_ERR_PARAM; in ice_err_to_virt_err()
1898 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1920 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
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()
2100 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
2126 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_lut()
2131 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_lut()
[all …]
/Linux-v5.10/include/linux/avf/
Dvirtchnl.h51 VIRTCHNL_STATUS_ERR_PARAM = -5, enumerator
61 #define VIRTCHNL_ERR_PARAM VIRTCHNL_STATUS_ERR_PARAM
835 return VIRTCHNL_STATUS_ERR_PARAM; in virtchnl_vc_validate_vf_msg()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3843 case VIRTCHNL_STATUS_ERR_PARAM: in i40e_vc_process_vf_msg()