Searched refs:vlan_ethertype (Results 1 – 3 of 3) sorted by relevance
2698 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local2702 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()2705 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()2708 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()2712 if (!(filtering_caps & vlan_ethertype)) in ice_vc_validate_vlan_tpid()
5900 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local5905 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()5907 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()5915 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()5920 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
2186 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local2196 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2198 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2200 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2202 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2204 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2222 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()