Searched refs:ETH_P_8021Q (Results 201 - 225 of 247) sorted by last modified time

12345678910

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.c889 MLX5_SET(fpga_qpc, conn->fpga_qpc, ether_type, 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/qlogic/qede/
H A Dqede_main.c128 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c687 if (eh->h_proto == htons(ETH_P_8021Q)) {
723 __vlan_insert_tag(work->skb, htons(ETH_P_8021Q), work->vlan_id);
H A Dqedi_iscsi.c1254 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlanid);
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c186 if (veth->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1080 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c131 case bpf_htons(ETH_P_8021Q):
415 if (vlan->h_vlan_encapsulated_proto != bpf_htons(ETH_P_8021Q))
430 vlan->h_vlan_encapsulated_proto == bpf_htons(ETH_P_8021Q))
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1554 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/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/marvell/mvpp2/
H A Dmvpp2_prs.c1543 err = mvpp2_prs_double_vlan_add(priv, ETH_P_8021AD, ETH_P_8021Q,
1549 err = mvpp2_prs_double_vlan_add(priv, ETH_P_8021Q, ETH_P_8021Q,
1561 err = mvpp2_prs_vlan_add(priv, ETH_P_8021Q, MVPP2_PRS_SINGLE_VLAN_AI,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Dingress_ofld.c39 flow_act.vlan[0].ethtype = ETH_P_8021Q;
H A Dingress_lgcy.c225 flow_act.vlan[0].ethtype = ETH_P_8021Q;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c3113 ether_type = ETH_P_8021Q;
/linux-master/samples/bpf/
H A Dsockex3_kern.c276 case ETH_P_8021Q:
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1704 skb = vlan_insert_tag_set_proto(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c520 if ((skb->protocol == htons(ETH_P_8021Q)) &&
549 htons(ETH_P_8021Q),
H A Dfm10k_main.c469 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
471 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_sriov.c798 if (vlan_proto != htons(ETH_P_8021Q))
H A Dhinic_rx.c415 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c2545 htons(ETH_P_8021Q));
2822 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/include/uapi/linux/
H A Dif_ether.h71 #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ macro
/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/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/chelsio/cxgb3/
H A Dcxgb3_offload.c188 dev = __vlan_find_dev_deep_rcu(dev, htons(ETH_P_8021Q), vlan);

Completed in 500 milliseconds

12345678910