Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c1693 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local
1697 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()
1700 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()
1703 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()
1707 if (!(filtering_caps & vlan_ethertype)) in ice_vc_validate_vlan_tpid()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2255 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local
2265 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2267 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2269 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()
2271 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2273 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()
2291 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c6338 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) in ice_set_rx_rings_vlan_proto() argument
6343 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
6361 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local
6366 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()
6368 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()
6376 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6381 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6389 htons(vlan_ethertype) : 0); in ice_set_vlan_offload_features()