Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c21 return VIRTCHNL_STATUS_ERR_PARAM; in ice_err_to_virt_err()
1603 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
1625 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_get_vf_res_msg()
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()
1802 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_key()
1828 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_lut()
1833 v_ret = VIRTCHNL_STATUS_ERR_PARAM; in ice_vc_config_rss_lut()
[all …]
/Linux-v5.4/include/linux/avf/
Dvirtchnl.h51 VIRTCHNL_STATUS_ERR_PARAM = -5, enumerator
61 #define VIRTCHNL_ERR_PARAM VIRTCHNL_STATUS_ERR_PARAM
830 return VIRTCHNL_STATUS_ERR_PARAM; in virtchnl_vc_validate_vf_msg()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3759 case VIRTCHNL_STATUS_ERR_PARAM: in i40e_vc_process_vf_msg()