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.c2722 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2728 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2734 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2741 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
2799 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2800 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2803 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2804 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2807 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
2808 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4579 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4588 VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4595 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4647 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4657 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4667 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4677 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4688 if (filtering_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4698 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h553 VIRTCHNL_VLAN_UNSUPPORTED = 0, enumerator