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

12345678910

/linux-master/net/core/
H A Dfilter.c3174 if (unlikely(vlan_proto != htons(ETH_P_8021Q) &&
3176 vlan_proto = htons(ETH_P_8021Q);
H A Ddev.c5304 case htons(ETH_P_8021Q):
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6568 if (eth_proto == ETH_P_8021Q) {
6616 ((eth_proto == ETH_P_8021Q) ? TXHDR_VLAN : 0) |
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c3113 ether_type = ETH_P_8021Q;
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c4596 if (protocol == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c2690 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), be16_to_cpu(length));
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dcm.c4122 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cpl->vlan));
/linux-master/drivers/net/usb/
H A Dlan78xx.c3534 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
H A Dr8152.c2265 __vlan_hwaccel_put_tag(skb, htons(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/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/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3398 if (vlan_proto != htons(ETH_P_8021Q) || qos != 0)
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c3488 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c8468 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c6168 vlan_ethertype = ETH_P_8021Q;
H A Dice_switch.c2473 u16 vlan_tpid = ETH_P_8021Q;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c1761 ETH_P_8021Q;
H A Dbnx2.c3246 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rx_hdr->l2_fhdr_vlan_tag);
/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/stmicro/stmmac/
H A Dstmmac_main.c4767 if ((vlan_proto == htons(ETH_P_8021Q) &&
/linux-master/net/mac80211/
H A Dtx.c4391 if (ethertype == htons(ETH_P_8021Q) && skb->len >= VLAN_ETH_HLEN)
/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;

Completed in 674 milliseconds

12345678910