Searched refs:vlan_ethertype (Results 1 – 3 of 3) sorted by relevance
2268 u16 vlan_ethertype = 0; in iavf_set_vlan_offload_features() local2278 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2280 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2282 vlan_ethertype = ETH_P_8021AD; in iavf_set_vlan_offload_features()2284 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2286 vlan_ethertype = ETH_P_8021Q; in iavf_set_vlan_offload_features()2304 switch (vlan_ethertype) { in iavf_set_vlan_offload_features()
3301 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; in ice_vc_validate_vlan_tpid() local3305 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100; in ice_vc_validate_vlan_tpid()3308 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8; in ice_vc_validate_vlan_tpid()3311 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100; in ice_vc_validate_vlan_tpid()3315 if (!(filtering_caps & vlan_ethertype)) in ice_vc_validate_vlan_tpid()
6370 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) in ice_set_rx_rings_vlan_proto() argument6375 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype; in ice_set_rx_rings_vlan_proto()6393 u16 vlan_ethertype = 0; in ice_set_vlan_offload_features() local6398 vlan_ethertype = ETH_P_8021AD; in ice_set_vlan_offload_features()6400 vlan_ethertype = ETH_P_8021Q; in ice_set_vlan_offload_features()6408 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype); in ice_set_vlan_offload_features()6413 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype); in ice_set_vlan_offload_features()6421 htons(vlan_ethertype) : 0); in ice_set_vlan_offload_features()