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

12345678910

/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c1997 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), retdesc->vlan);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1554 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
H A Dqeth_l3_main.c1657 } else if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c128 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c619 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1526 if (ethertype == htons(ETH_P_8021Q) && skb->len >= VLAN_ETH_HLEN)
/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/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/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/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c418 flow->l2_key.inner_vlan_tpid = htons(ETH_P_8021Q);
/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/cisco/enic/
H A Denic_main.c1412 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c7537 if (vlan_proto != htons(ETH_P_8021Q))
8819 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
9292 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0);
9295 igb_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1624 smsc911x_mac_write(pdata, VLAN1, ETH_P_8021Q);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c512 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c170 shdr->type != htons(ETH_P_8021Q) &&
/linux-master/net/bridge/netfilter/
H A Debtables.c139 ethproto = htons(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/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4541 if (fsp->h_ext.vlan_etype != htons(ETH_P_8021Q) &&
4892 input->vlan_etype = cpu_to_be16(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/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);
/linux-master/net/core/
H A Drtnetlink.c1316 ivi.vlan_proto = htons(ETH_P_8021Q);
2517 htons(ETH_P_8021Q));

Completed in 906 milliseconds

12345678910