Searched refs:vlan_ethertype (Results 1 – 3 of 3) sorted by relevance
1693 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local1697 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()
2235 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local2245 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2247 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2249 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2251 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2253 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2271 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
6273 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) in ice_set_rx_rings_vlan_proto() argument6278 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()6296 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local6301 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()6303 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()6311 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()6316 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()6324 htons(vlan_ethertype) : 0); in ice_set_vlan_offload_features()