Searched refs:vlan_ethertype (Results 1 – 3 of 3) sorted by relevance
2252 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local2262 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2264 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2266 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2268 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2270 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2288 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
2905 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local2909 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()2912 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()2915 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()2919 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()