Searched refs:ETH_P_8021Q (Results 126 - 150 of 247) sorted by relevance

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/thunderbolt/
H A Dmain.c1020 if (protocol == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/altera/
H A Daltera_tse_main.c347 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c259 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c372 if (proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c759 veth->h_vlan_proto = cpu_to_be16(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c1762 * If the device is configured in Double VLAN Mode (DVM), then both ETH_P_8021Q
1764 * Mode (SVM), then only ETH_P_8021Q is supported.
1772 case ETH_P_8021Q:
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c939 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
H A Den_tx.c925 else if (vlan_proto == ETH_P_8021Q)
/linux-master/net/batman-adv/
H A Ddistributed-arp-table.c1120 skb = vlan_insert_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4_core.c1168 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c481 htons(ETH_P_8021Q);
514 htons(ETH_P_8021Q);
3165 if (ethh->h_vlan_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1198 if (proto != htons(ETH_P_8021Q))
1244 ret = hclgevf_set_vlan_filter(handle, htons(ETH_P_8021Q),
2157 return hclgevf_set_vlan_filter(&hdev->nic, htons(ETH_P_8021Q), 0,
/linux-master/drivers/net/ethernet/intel/i40e/
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/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c1926 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c759 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/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/scsi/qedi/
H A Dqedi_iscsi.c1254 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlanid);
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c1080 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan);
/linux-master/net/core/
H A Dflow_dissector.c1264 case htons(ETH_P_8021Q): {
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c445 case cpu_to_be16(ETH_P_8021Q):
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c566 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/ethernet/faraday/
H A Dftgmac100.c540 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/usb/
H A Daqc111.c1160 __vlan_hwaccel_put_tag(new_skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/bonding/
H A Dbond_alb.c451 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),

Completed in 369 milliseconds

12345678910