Searched refs:ETH_P_8021Q (Results 176 - 200 of 247) sorted by last modified time

12345678910

/linux-master/drivers/net/bonding/
H A Dbond_alb.c451 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/arch/powerpc/platforms/ps3/
H A Dgelic_udbg.c157 h_eth->h_proto= ETH_P_8021Q;
/linux-master/net/8021q/
H A Dvlan.c226 err = vlan_check_real_dev(real_dev, htons(ETH_P_8021Q), vlan_id,
270 vlan->vlan_proto = htons(ETH_P_8021Q);
385 vlan_vid_add(dev, htons(ETH_P_8021Q), 0);
389 vlan_vid_del(dev, htons(ETH_P_8021Q), 0);
507 err = vlan_filter_push_vids(vlan_info, htons(ETH_P_8021Q));
513 vlan_filter_drop_vids(vlan_info, htons(ETH_P_8021Q));
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1853 if (protocol == cpu_to_be16(ETH_P_8021Q)) {
1930 vh->h_vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c2024 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tci);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c138 proto[0] = htons(ETH_P_8021Q);
143 tag[1] = htons(ETH_P_8021Q);
847 proto = tpriv->double_vlan ? ETH_P_8021AD : ETH_P_8021Q;
922 ret = vlan_vid_add(priv->dev, htons(ETH_P_8021Q), tpriv->vlan_id);
958 vlan_vid_del(priv->dev, htons(ETH_P_8021Q), tpriv->vlan_id);
1002 tpriv->pt.type = htons(ETH_P_8021Q);
1273 proto = svlan ? ETH_P_8021AD : ETH_P_8021Q;
1279 tpriv->pt.type = svlan ? htons(ETH_P_8021Q) : htons(ETH_P_IP);
/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/faraday/
H A Dftgmac100.c540 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1198 __vlan_hwaccel_put_tag(skb, cpu_to_be16(ETH_P_8021Q),
1589 __vlan_hwaccel_put_tag(skb, cpu_to_be16(ETH_P_8021Q),
1665 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2104 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(p->vlan));
2202 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(cpl->vlan));
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c2936 if (vlan_proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c182 /* Default TPID is ETH_P_8021AD, change to ETH_P_8021Q */
184 tdma_writel(priv, ETH_P_8021Q, TDMA_TPID);
/linux-master/net/netfilter/
H A Dnft_payload.c51 skb->protocol == htons(ETH_P_8021Q)) &&
H A Dnft_inner.c73 case htons(ETH_P_8021Q):
110 if (llproto == htons(ETH_P_8021Q))
H A Dnf_tables_offload.c63 (match->key.vlan.vlan_tpid == htons(ETH_P_8021Q) ||
76 (match->key.basic.n_proto == htons(ETH_P_8021Q) ||
H A Dnf_flow_table_offload.c120 tuple->encap[0].proto == htons(ETH_P_8021Q)) {
129 tuple->encap[1].proto == htons(ETH_P_8021Q)) {
650 if (tuple->encap[i].proto == htons(ETH_P_8021Q)) {
671 case htons(ETH_P_8021Q):
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c227 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/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/thunderbolt/
H A Dmain.c1020 if (protocol == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c64 attr->vlan_proto[vlan_idx] = htons(ETH_P_8021Q);
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c438 udh->eth.type = htons(ETH_P_8021Q);
/linux-master/samples/bpf/
H A Dnet_shared.h10 #define ETH_P_8021Q 0x8100 macro
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c619 if (get_unaligned_be16(skb->data + pad_start) == ETH_P_8021Q)
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c1526 if (ethertype == htons(ETH_P_8021Q) && skb->len >= VLAN_ETH_HLEN)
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c183 if (tpid == ETH_P_8021Q) {

Completed in 404 milliseconds

12345678910