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

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c2224 u16 vlan_ethertype = 0; local
2234 vlan_ethertype = ETH_P_8021AD;
2236 vlan_ethertype = ETH_P_8021Q;
2238 vlan_ethertype = ETH_P_8021AD;
2240 vlan_ethertype = ETH_P_8021Q;
2242 vlan_ethertype = ETH_P_8021Q;
2260 switch (vlan_ethertype) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c2994 enum virtchnl_vlan_support vlan_ethertype = VIRTCHNL_VLAN_UNSUPPORTED; local
2998 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_8100;
3001 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_88A8;
3004 vlan_ethertype = VIRTCHNL_VLAN_ETHERTYPE_9100;
3008 if (!(filtering_caps & vlan_ethertype))
H A Dice_main.c6248 * @vlan_ethertype: VLAN ethertype (802.1Q or 802.1ad) in network byte order
6254 ice_set_rx_rings_vlan_proto(struct ice_vsi *vsi, __be16 vlan_ethertype) argument
6259 vsi->rx_rings[i]->pkt_ctx.vlan_proto = vlan_ethertype;
6267 * First, determine the vlan_ethertype based on the VLAN offload bits in
6277 u16 vlan_ethertype = 0; local
6282 vlan_ethertype = ETH_P_8021AD;
6284 vlan_ethertype = ETH_P_8021Q;
6292 strip_err = vlan_ops->ena_stripping(vsi, vlan_ethertype);
6297 insert_err = vlan_ops->ena_insertion(vsi, vlan_ethertype);
6305 htons(vlan_ethertype)
[all...]

Completed in 174 milliseconds