Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c3132 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
3138 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
3144 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
3151 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_dvm_caps()
3209 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
3210 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
3213 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
3214 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
3217 supported_caps->inner = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
3218 supported_caps->outer = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_set_svm_caps()
[all …]
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4736 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4745 VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4752 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED && in iavf_get_netdev_vlan_hw_features()
4807 if (stripping_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4817 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4827 if (insertion_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4837 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4848 if (filtering_support->outer != VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
4858 VIRTCHNL_VLAN_UNSUPPORTED) { in iavf_get_netdev_vlan_features()
/linux/include/linux/avf/
H A Dvirtchnl.h571 VIRTCHNL_VLAN_UNSUPPORTED = 0, enumerator