Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/avf/
Dvirtchnl.h57 VIRTCHNL_STATUS_ERR_NOT_SUPPORTED = -64, enumerator
62 #define VIRTCHNL_STATUS_NOT_SUPPORTED VIRTCHNL_STATUS_ERR_NOT_SUPPORTED
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_virtchnl.c778 v_ret = VIRTCHNL_STATUS_ERR_NOT_SUPPORTED; in ice_vc_handle_rss_cfg()
3558 v_ret = VIRTCHNL_STATUS_ERR_NOT_SUPPORTED; in ice_vc_repr_add_mac()
3606 VIRTCHNL_STATUS_ERR_NOT_SUPPORTED, in ice_vc_repr_cfg_promiscuous_mode()
3708 VIRTCHNL_STATUS_ERR_NOT_SUPPORTED, NULL, in ice_vc_process_vf_msg()
3811 VIRTCHNL_STATUS_ERR_NOT_SUPPORTED, in ice_vc_process_vf_msg()
/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_main.c153 case VIRTCHNL_STATUS_ERR_NOT_SUPPORTED: in virtchnl_status_to_errno()