Searched refs:ETH_P_8021Q (Results 1 - 25 of 247) sorted by path

12345678910

/linux-master/net/8021q/
H A Dvlan_gvrp.c32 if (vlan->vlan_proto != htons(ETH_P_8021Q))
43 if (vlan->vlan_proto != htons(ETH_P_8021Q))
H A Dvlan_mvrp.c38 if (vlan->vlan_proto != htons(ETH_P_8021Q))
49 if (vlan->vlan_proto != htons(ETH_P_8021Q))
/linux-master/net/bridge/netfilter/
H A Debt_vlan.c83 if (e->ethproto != htons(ETH_P_8021Q)) {
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c157 h_eth->h_proto= ETH_P_8021Q;
/linux-master/drivers/infiniband/core/
H A Dud_header.c353 header->eth.type = cpu_to_be16(ETH_P_8021Q);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3515 htons(ETH_P_8021Q), vlan_id))
3533 if (tpid == ETH_P_8021Q) {
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c4122 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cpl->vlan));
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c481 htons(ETH_P_8021Q);
514 htons(ETH_P_8021Q);
3165 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c438 udh->eth.type = htons(ETH_P_8021Q);
/linux-master/drivers/net/bonding/
H A Dbond_alb.c451 __vlan_hwaccel_put_tag(skb, 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/dsa/sja1105/
H A Dsja1105_main.c2452 tpid = ETH_P_8021Q;
3143 rc = dsa_tag_8021q_register(ds, htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c1691 __vlan_hwaccel_put_tag(new_skb, htons(ETH_P_8021Q),
1916 xp_cmd.parm1 = cpu_to_le16(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/adaptec/
H A Dstarfire.c1003 writel(ETH_P_8021Q, ioaddr + VlanType);
1526 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlid);
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c1997 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), retdesc->vlan);
/linux-master/drivers/net/ethernet/altera/
H A Daltera_tse_main.c347 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c759 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2615 (skb->protocol == htons(ETH_P_8021Q)))
2644 __vlan_hwaccel_put_tag(skb, htons(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/ethernet/aquantia/atlantic/
H A Daq_ring.c670 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
815 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c511 hw_atl_rpf_vlan_inner_etht_set(self, ETH_P_8021Q);
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1942 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan);
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1468 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
1897 if (skb->protocol == htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2012 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
H A Datl2.c434 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);

Completed in 614 milliseconds

12345678910