Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c2736 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2742 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2748 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2755 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2813 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2814 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2817 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2818 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2821 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2822 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4594 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4603 VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4610 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4662 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4672 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4682 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4692 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4703 if (filtering_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4713 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h560 VIRTCHNL_VLAN_UNSUPPORTED = 0, enumerator