Home
last modified time | relevance | path

Searched refs:vlan_ethertype (Results 1 – 2 of 2) 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/ice/
H A Dice_main.c6283 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) in ice_set_rx_rings_vlan_proto() argument
6288 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()
6306 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local
6311 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()
6313 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()
6321 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6326 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()
6334 htons(vlan_ethertype) : 0); in ice_set_vlan_offload_features()