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

12345678910

/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c902 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c699 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vtag);
/linux-master/drivers/net/usb/
H A Dsmsc95xx.c1029 ret = smsc95xx_write_reg(dev, VLAN1, (u32)ETH_P_8021Q);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c643 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vlan_tag);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1616 if (skb->protocol == htons(ETH_P_8021Q))
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/intel/ixgbe/
H A Dixgbe_sriov.c1532 if (vlan_proto != htons(ETH_P_8021Q))
H A Dixgbe_main.c1727 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
4702 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), 0);
4705 ixgbe_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
8579 common.port.src ^= th->dest ^ htons(ETH_P_8021Q);
8781 } else if (protocol == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c705 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc9420.c1243 smsc9420_reg_write(pd, VLAN1, ETH_P_8021Q);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c170 case ETH_P_8021Q:
H A Dice_lib.c3807 vlan = ICE_VLAN(ETH_P_8021Q, 0, 0);
3837 vlan = ICE_VLAN(ETH_P_8021Q, 0, 0);
/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/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c1287 veh->h_vlan_proto == htons(ETH_P_8021Q)) {
1294 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), ntohs(veh->h_vlan_TCI));
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1466 if (skb->protocol == cpu_to_be16(ETH_P_8021Q) ||
1829 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), rcd->tci);
/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/scsi/qedf/
H A Dqedf_main.c1198 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), qedf->vlan_id);
2625 if (eh->h_proto == htons(ETH_P_8021Q)) {
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c3767 if (proto != htons(ETH_P_8021Q))
3775 if (proto != htons(ETH_P_8021Q))
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c2049 __be16 vlan_proto = htons(ETH_P_8021Q);
2059 __be16 vlan_proto = htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c518 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), vid);
2091 htons(ETH_P_8021Q), vid);
/linux-master/net/dsa/
H A Duser.c1875 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
1882 __be16 proto = vdev ? vlan_dev_vlan_proto(vdev) : htons(ETH_P_8021Q);
/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c429 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2 & 0xffff));
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.c1136 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), GET_RXD_VLAN_TCI(rxd_vlan));
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1253 if (vlan_proto && vlan_proto != htons(ETH_P_8021Q) &&
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c836 __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q),

Completed in 1416 milliseconds

12345678910