Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2267 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local
2277 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2279 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2281 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2283 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2285 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2303 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c2905 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local
2909 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()
H A Dice_main.c6080 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local
6085 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()
6087 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()
6095 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6100 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()