Searched refs:ETH_P_8021Q (Results 201 - 225 of 247) sorted by relevance

12345678910

/linux-master/drivers/s390/net/
H A Dqeth_core_main.c3883 if (veth->h_vlan_proto == htons(ETH_P_8021Q))
5528 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tag);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c117 wr32(IGC_VET, ETH_P_8021Q);
1802 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_iwarp.c1688 if (eth_type == ETH_P_8021Q) {
/linux-master/drivers/net/ethernet/
H A Djme.c1031 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c4101 dev = __vlan_find_dev_deep_rcu(netdev, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1487 if (ethertype == ETH_P_8021Q)
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c2936 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c681 skb->protocol != htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c729 __vlan_hwaccel_put_tag(skb, 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);
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c2088 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1589 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c712 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cmpl->vlan_tag));
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2417 if (proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c2493 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
H A Dfec_main.c1834 htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1024 tpid = htons(ETH_P_8021Q);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c646 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c6968 skb->protocol != htons(ETH_P_8021Q) &&
6976 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
7991 if (skb->protocol == htons(ETH_P_8021Q) ||
8054 if (skb->protocol == htons(ETH_P_8021Q) ||
/linux-master/net/packet/
H A Daf_packet.c1855 return likely(eth_hdr(skb)->h_proto == htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1562 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c4519 if (vlan_proto != htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2554 if (proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1389 ts_vlan_ltype = ETH_P_8021Q;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c8800 upper_dev = __vlan_find_dev_deep_rcu(br_dev, htons(ETH_P_8021Q), vid);
8881 upper_dev = __vlan_find_dev_deep_rcu(br_dev, htons(ETH_P_8021Q),

Completed in 491 milliseconds

12345678910