Searched refs:ETH_P_8021Q (Results 76 - 100 of 247) sorted by relevance

12345678910

/linux-master/net/hsr/
H A Dhsr_forward.c587 if (proto == htons(ETH_P_8021Q))
/linux-master/net/dsa/
H A Dtag_sja1105.c466 return tpid == ETH_P_SJA1105 || tpid == ETH_P_8021Q ||
H A Dport.c1333 vlan_vid_add(conduit, htons(ETH_P_8021Q), vlan->vid);
1352 vlan_vid_del(conduit, htons(ETH_P_8021Q), vlan->vid);
/linux-master/net/bluetooth/bnep/
H A Dcore.c358 if (ntohs(s->eh.h_proto) == ETH_P_8021Q) {
/linux-master/net/sched/
H A Dact_csum.c601 case cpu_to_be16(ETH_P_8021Q):
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c463 (2 << 19) | (ETYPE_ALG_VLAN_STRIP << 16) | ETH_P_8021Q);
917 (ETYPE_ALG_SKIP << 16) | ETH_P_8021Q);
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1222 (skb->protocol == htons(ETH_P_8021Q)))
1244 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c469 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
471 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
H A Dfm10k_netdev.c520 if ((skb->protocol == htons(ETH_P_8021Q)) &&
549 htons(ETH_P_8021Q),
/linux-master/drivers/net/dsa/
H A Dlan9303-core.c1087 vlan_vid_add(dsa_port_to_conduit(dp), htons(ETH_P_8021Q), port);
1100 vlan_vid_del(dsa_port_to_conduit(dp), htons(ETH_P_8021Q), port);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c609 struct ice_vlan port_vlan = ICE_VLAN(ETH_P_8021Q, port->pvid, 0);
655 struct ice_vlan port_vlan = ICE_VLAN(ETH_P_8021Q, vlan->vid, 0);
H A Dice_virtchnl.c2391 vlan = ICE_VLAN(ETH_P_8021Q, vid, 0);
2446 vlan = ICE_VLAN(ETH_P_8021Q, vid, 0);
2540 if (vsi->inner_vlan_ops.ena_stripping(vsi, ETH_P_8021Q))
2772 err = vsi->inner_vlan_ops.ena_stripping(vsi, ETH_P_8021Q);
2997 case ETH_P_8021Q:
3431 *tpid = ETH_P_8021Q;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c795 if (get_unaligned_be16(tag) != ETH_P_8021Q)
800 case htons(ETH_P_8021Q):
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_main.c314 e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid);
322 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
1459 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
4006 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
4285 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
5005 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1070 skb = vlan_insert_tag_set_proto(skb, htons(ETH_P_8021Q),
1080 skb = vlan_insert_tag_set_proto(skb, htons(ETH_P_8021Q),
1135 eth_hdr_len = ntohs(skb->protocol) == ETH_P_8021Q ?
1149 veh->h_vlan_proto == htons(ETH_P_8021Q))
1988 if (vlan_proto != htons(ETH_P_8021Q))
2423 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rxcp->vlan_tag);
2482 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rxcp->vlan_tag);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c2497 ETH_P_8021Q);
2565 vid, ETH_P_8021Q, extack);
2711 .ethertype = ETH_P_8021Q,
2853 mlxsw_sp_port_egress_ethtype_set(mlxsw_sp_port, ETH_P_8021Q);
2864 mlxsw_sp_port_egress_ethtype_set(mlxsw_sp_port, ETH_P_8021Q);
H A Dspectrum.c492 case ETH_P_8021Q:
1807 ETH_P_8021Q);
4608 ETH_P_8021Q);
4943 proto != ETH_P_8021Q && proto != ETH_P_8021AD) {
4966 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) {
5299 ntohs(vlan_dev_vlan_proto(upper_dev)) != ETH_P_8021Q) {
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c818 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tpa_info->vlan_tag);
1102 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
1938 if (ether_type == ETH_P_8021Q) {
3621 ((skb->protocol == cpu_to_be16(ETH_P_8021Q)) <<
3721 ((skb->protocol == cpu_to_be16(ETH_P_8021Q)) <<
/linux-master/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c171 return (eth->h_proto == htons(ETH_P_8021Q)) ? VLAN_ETH_HLEN : ETH_HLEN;
320 unlikely(skb->protocol != htons(ETH_P_8021Q)))
651 skb->protocol == htons(ETH_P_8021Q))
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c566 if (skb->protocol == htons(ETH_P_8021Q)) {
576 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
863 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/net/bridge/
H A Dbr_vlan.c864 br->vlan_proto == htons(ETH_P_8021Q)) {
878 br->vlan_proto == htons(ETH_P_8021Q))
1233 br->vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c262 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vtag);
614 writel_relaxed(ETH_P_8021Q, &cpsw->regs->vlan_ltype);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c501 if (be16_to_cpu(proto) == ETH_P_8021Q)
518 if (be16_to_cpu(proto) == ETH_P_8021Q) {
/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c435 skb = vlan_insert_tag(skb, htons(ETH_P_8021Q),
1115 } while (proto == htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c713 if (skb->vlan_proto == htons(ETH_P_8021Q)) {
1041 } else if (skb->vlan_proto == htons(ETH_P_8021Q)) {

Completed in 453 milliseconds

12345678910