Searched refs:ETH_P_8021Q (Results 1 - 25 of 247) sorted by last modified time

12345678910

/linux-master/net/mac80211/
H A Dtx.c4391 if (ethertype == htons(ETH_P_8021Q) && skb->len >= VLAN_ETH_HLEN)
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1144 == htons(ETH_P_8021Q))
1157 == htons(ETH_P_8021Q))
/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/intel/iavf/
H A Diavf_main.c2194 iavf_disable_vlan_stripping_v2(adapter, ETH_P_8021Q);
2202 iavf_enable_vlan_stripping_v2(adapter, ETH_P_8021Q);
2210 iavf_disable_vlan_insertion_v2(adapter, ETH_P_8021Q);
2218 iavf_enable_vlan_insertion_v2(adapter, ETH_P_8021Q);
2257 * ETH_P_8021Q so an ethertype is specified if disabling insertion and
2263 vlan_ethertype = ETH_P_8021Q;
2267 vlan_ethertype = ETH_P_8021Q;
2269 vlan_ethertype = ETH_P_8021Q;
2288 case ETH_P_8021Q:
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c3274 i40e_vlan_rx_add_vid_up(vsi->netdev, htons(ETH_P_8021Q),
15651 hw->second_tag = ETH_P_8021Q;
H A Di40e_virtchnl_pf.c4519 if (vlan_proto != htons(ETH_P_8021Q)) {
H A Di40e_txrx.c1903 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
3048 if (protocol == htons(ETH_P_8021Q) &&
3066 } else if (protocol == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c506 if (skb->vlan_proto == htons(ETH_P_8021Q))
1402 u32 vlan_proto = ETH_P_8021Q;
1924 vlan_proto = htons(ETH_P_8021Q);
/linux-master/net/netfilter/
H A Dnf_flow_table_ip.c154 case htons(ETH_P_8021Q):
283 case htons(ETH_P_8021Q):
314 case htons(ETH_P_8021Q):
H A Dnf_flow_table_inet.c19 case htons(ETH_P_8021Q):
/linux-master/net/core/
H A Ddev.c5304 case htons(ETH_P_8021Q):
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c83 else if (skb->protocol == htons(ETH_P_8021Q))
170 case __cpu_to_be16(ETH_P_8021Q):
255 skb->protocol = htons(ETH_P_8021Q);
481 if (skb->protocol == 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/stmicro/stmmac/
H A Dstmmac_main.c4767 if ((vlan_proto == htons(ETH_P_8021Q) &&
H A Ddwmac4_core.c1168 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
H A Ddwmac100_core.c33 writel(ETH_P_8021Q, ioaddr + MAC_VLAN1);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c66 case ETH_P_8021Q:
892 case ETH_P_8021Q:
929 case ETH_P_8021Q:
1005 case ETH_P_8021Q:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4554 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c170 case ETH_P_8021Q:
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c1718 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff));
/linux-master/net/bridge/netfilter/
H A Debtables.c139 ethproto = 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/marvell/octeontx2/nic/
H A Dotx2_pf.c2554 if (proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c563 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), tag);
2765 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
2827 e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid);
2832 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q), old_vid);
2839 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0);
2842 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
4127 ew32(VET, ETH_P_8021Q);
4747 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1834 htons(ETH_P_8021Q),

Completed in 596 milliseconds

12345678910