Searched refs:ETH_P_8021Q (Results 176 - 200 of 246) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c227 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c2024 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c182 /* Default TPID is ETH_P_8021AD, change to ETH_P_8021Q */
184 tdma_writel(priv, ETH_P_8021Q, TDMA_TPID);
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1657 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
H A Dqeth_core_main.c3876 if (veth->h_vlan_proto == htons(ETH_P_8021Q))
5521 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tag);
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c2804 ocelot_rmw_gix(ocelot, REW_PORT_VLAN_CFG_PORT_TPID(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1624 smsc911x_mac_write(pdata, VLAN1, ETH_P_8021Q);
/linux-master/net/bridge/netfilter/
H A Debtables.c139 ethproto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c7513 if (vlan_proto != htons(ETH_P_8021Q))
8795 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
9268 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0);
9271 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
/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/atlx/
H A Datl2.c434 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c170 shdr->type != htons(ETH_P_8021Q) &&
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c836 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c519 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1253 if (vlan_proto && vlan_proto != htons(ETH_P_8021Q) &&
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c422 flow->l2_key.inner_vlan_tpid = htons(ETH_P_8021Q);
/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/tehuti/
H A Dtehuti.c1136 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), GET_RXD_VLAN_TCI(rxd_vlan));
/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c429 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff));
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1424 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
/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/net/ethernet/chelsio/cxgb4/
H A Dsge.c3462 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan));
3792 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(pkt->vlan));
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4538 if (fsp->h_ext.vlan_etype != htons(ETH_P_8021Q) &&
4889 input->vlan_etype = cpu_to_be16(ETH_P_8021Q);
/linux-master/net/core/
H A Drtnetlink.c1316 ivi.vlan_proto = htons(ETH_P_8021Q);
2533 htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2849 if (((struct vlan_ethhdr *)packet)->h_vlan_proto == htons(ETH_P_8021Q)) {
3059 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);

Completed in 3266 milliseconds

12345678910