Searched refs:vlan_ethertype (Results 1 – 3 of 3) sorted by relevance
2281 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local2291 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2293 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2295 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2297 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2299 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2317 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
2882 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local2886 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()2889 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()2892 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()2896 if (!(filtering_caps & vlan_ethertype)) in ice_vc_validate_vlan_tpid()
6043 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local6048 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()6050 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()6058 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()6063 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()