Symbol: NETIF_F_HW_VLAN_CTAG_FILTER
drivers/net/bonding/bond_main.c
6030
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/adaptec/starfire.c
684
dev->features |= NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
2773
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
868
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
1974
rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
2000
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
2002
else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)
drivers/net/ethernet/amd/xgbe/xgbe-main.c
244
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/aquantia/atlantic/aq_filters.c
167
if ((aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/aquantia/atlantic/aq_filters.c
838
if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/aquantia/atlantic/aq_filters.c
852
if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/aquantia/atlantic/aq_main.c
174
if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER)) {
drivers/net/ethernet/aquantia/atlantic/aq_main.c
175
if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c
43
NETIF_F_HW_VLAN_CTAG_FILTER, \
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
47
NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c
48
NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13218
dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13946
dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13947
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/brocade/bna/bnad.c
3434
netdev->features |= netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/cavium/liquidio/lio_main.c
2739
if ((request & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2740
!(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
2741
request &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/cavium/liquidio/lio_main.c
2782
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2783
(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2784
!(netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
2787
else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2788
(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2789
(netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
3591
lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
2101
lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/emulex/benet/be_main.c
5191
NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/faraday/ftgmac100.c
2070
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2563
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
2564
enable = !!(features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
4633
net_dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
3358
port_netdev->features = NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/freescale/enetc/enetc4_pf.c
550
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/freescale/enetc/enetc4_pf.c
551
bool promisc_en = !(features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/freescale/enetc/enetc_pf.c
579
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/freescale/enetc/enetc_pf.c
582
if (!!(features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/freescale/enetc/enetc_pf_common.c
112
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/hisilicon/hns/hns_enet.c
1818
NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
2495
if ((changed & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
2497
enable = !!(features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3364
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3393
netdev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3396
~(NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_TX |
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
343
ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c
369
ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/huawei/hinic/hinic_main.c
1097
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/huawei/hinic/hinic_main.c
1100
NETIF_F_HW_VLAN_CTAG_FILTER));
drivers/net/ethernet/huawei/hinic/hinic_main.c
1103
failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/huawei/hinic/hinic_main.c
931
netdev->features = netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/huawei/hinic3/hinic3_main.c
268
vlan_fts |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
588
bool en = !!(wanted_features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
594
if (!(changed & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
601
*failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/ibm/ehea/ehea_main.c
3003
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXCSUM;
drivers/net/ethernet/intel/e1000/e1000_main.c
1036
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/e1000e/netdev.c
7549
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
1599
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/i40e/i40e_main.c
13716
netdev->features |= hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4830
features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/iavf/iavf_main.c
4892
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4902
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4952
NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/intel/iavf/iavf_main.c
4953
requested_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
5269
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
3571
vlano_features = NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ice/ice_main.c
454
NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/intel/ice/ice_main.c
6232
#define NETIF_VLAN_FILTERING_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/intel/ice/ice_main.c
6280
cur_ctag = cur_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6284
req_ctag = req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6306
if (req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/intel/ice/ice_main.c
6307
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6413
(NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_STAG_FILTER)) &&
drivers/net/ethernet/intel/igb/igb_main.c
3354
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/igbvf/netdev.c
2802
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10580
NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11775
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11796
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
5368
features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
5425
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4662
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4938
if (!enable && (port->dev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5307
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5308
if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
7022
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
3355
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4442
err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_VLAN_CTAG_FILTER,
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4479
features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4480
if (netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5734
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/mellanox/mlxsw/spectrum.c
1545
dev->features |= NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/mscc/ocelot_net.c
1865
dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXFCS |
drivers/net/ethernet/mscc/ocelot_net.c
1867
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_TC;
drivers/net/ethernet/mscc/ocelot_net.c
880
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/mscc/ocelot_net.c
902
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2039
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2040
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2747
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/netronome/nfp/nfp_net_repr.c
375
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1448
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1565
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1594
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/qlogic/qede/qede_main.c
889
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_TX;
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
2286
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/renesas/sh_eth.c
3382
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h
158
NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/sfc/ef10.c
4052
NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/sfc/ef10_sriov.c
245
efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/ef10_sriov.c
247
efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/efx.c
1119
net_dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/efx_common.c
223
if ((net_dev->features ^ data) & (NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/sfc/falcon/efx.c
2185
if ((net_dev->features ^ data) & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/sfc/falcon/efx.c
2901
net_dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/mcdi_filters.c
1326
if ((efx_supported_features(efx) & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/sfc/mcdi_filters.c
1333
net_dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/mcdi_filters.c
1334
efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/mcdi_filters.c
1335
net_dev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/mcdi_filters.c
1347
!!(efx->net_dev->features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/sfc/mcdi_filters.c
1764
vlan_filter = !!(net_dev->features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/sfc/siena/efx.c
1018
net_dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/sfc/siena/efx_common.c
227
if ((net_dev->features ^ data) & (NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
542
else if (dev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7938
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
977
if (!(priv->dev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/synopsys/dwc-xlgmac-common.c
204
netdev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
266
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
428
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/synopsys/dwc-xlgmac-net.c
890
rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/synopsys/dwc-xlgmac-net.c
909
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
drivers/net/ethernet/synopsys/dwc-xlgmac-net.c
911
else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)
drivers/net/ethernet/tehuti/tehuti.c
1981
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXCSUM |
drivers/net/ethernet/tehuti/tn40.c
1680
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/ti/am65-cpsw-nuss.c
2799
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/ti/cpsw.c
1510
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_RX;
drivers/net/ethernet/ti/cpsw.c
1690
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_RX;
drivers/net/ethernet/ti/cpsw_new.c
1435
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/ti/icssg/icssg_prueth.c
1555
ndev->features = ndev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/ti/netcp_core.c
2037
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/via/via-rhine.c
976
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/via/via-velocity.c
2854
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_CTAG_RX |
drivers/net/ethernet/wangxun/libwx/wx_hw.c
1723
features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/wangxun/libwx/wx_hw.c
1772
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/wangxun/libwx/wx_lib.c
3113
else if (changed & (NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/wangxun/libwx/wx_lib.c
3174
#define NETIF_VLAN_FILTERING_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/xilinx/ll_temac_main.c
1411
ndev->features |= NETIF_F_HW_VLAN_CTAG_FILTER; /* Receive VLAN filtering */
drivers/net/fjes/fjes_main.c
902
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ipvlan/ipvlan_main.c
125
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_STAG_FILTER)
drivers/net/macvlan.c
916
NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_HW_VLAN_STAG_FILTER)
drivers/net/net_failover.c
742
NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/team/team_core.c
2208
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/usb/aqc111.c
604
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/usb/aqc111.c
605
if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/usb/aqc111.c
912
if (dev->net->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/usb/aqc111.h
35
NETIF_F_TSO | NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/usb/cdc_mbim.c
188
dev->net->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/usb/lan78xx.c
3058
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/usb/lan78xx.c
3768
dev->net->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/virtio_net.c
6439
vi->dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/vmxnet3/vmxnet3_drv.c
3774
netdev->features = netdev->hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/s390/net/qeth_core_main.c
6780
dev->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/s390/net/qeth_core_main.c
6781
dev->wanted_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/s390/net/qeth_l2_main.c
1100
card->dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/s390/net/qeth_l2_main.c
1101
card->dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
include/linux/netdev_features.h
244
#define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
net/8021q/vlan.c
367
if (!(dev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
net/8021q/vlan_core.c
172
dev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
net/batman-adv/mesh-interface.c
1009
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
net/core/dev.c
11074
if (diff & NETIF_F_HW_VLAN_CTAG_FILTER) {
net/core/dev.c
11075
if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
net/core/dev.c
11374
NETIF_F_HW_VLAN_CTAG_FILTER) &&
net/dsa/user.c
1973
user->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
1978
user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
1986
user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
2722
user->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
net/hsr/hsr_device.c
664
NETIF_F_HW_VLAN_CTAG_FILTER;
net/hsr/hsr_device.c
780
if ((slave[0]->features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
net/hsr/hsr_device.c
781
(slave[1]->features & NETIF_F_HW_VLAN_CTAG_FILTER))
net/hsr/hsr_device.c
782
hsr_dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;