Symbol: NETIF_F_HW_VLAN_CTAG_FILTER
drivers/net/bonding/bond_main.c
6048
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
2800
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
873
if (pdata->netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
1989
rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
2015
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
2017
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
864
if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/aquantia/atlantic/aq_filters.c
878
if (aq_nic->ndev->features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/aquantia/atlantic/aq_main.c
176
if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER)) {
drivers/net/ethernet/aquantia/atlantic/aq_main.c
177
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
59
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
13947
dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13948
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
2737
if ((request & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2738
!(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
2739
request &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/cavium/liquidio/lio_main.c
2780
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2781
(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2782
!(netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
2785
else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2786
(lio->dev_capability & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/cavium/liquidio/lio_main.c
2787
(netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/cavium/liquidio/lio_main.c
3589
lio->dev_capability |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/cavium/liquidio/lio_vf_main.c
2098
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
3408
port_netdev->features = NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/freescale/enetc/enetc4_pf.c
549
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/freescale/enetc/enetc4_pf.c
550
bool promisc_en = !(features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/freescale/enetc/enetc_pf.c
496
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/freescale/enetc/enetc_pf.c
499
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
2509
if ((changed & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
2511
enable = !!(features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3377
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3406
netdev->hw_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3409
~(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
271
vlan_fts |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
592
bool en = !!(wanted_features & NETIF_F_HW_VLAN_CTAG_FILTER);
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
598
if (!(changed & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/huawei/hinic3/hinic3_netdev_ops.c
605
*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
7561
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
13719
netdev->features |= hw_features | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4812
features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/iavf/iavf_main.c
4874
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4884
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4934
NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/intel/iavf/iavf_main.c
4935
requested_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
5251
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
3498
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
6167
#define NETIF_VLAN_FILTERING_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
drivers/net/ethernet/intel/ice/ice_main.c
6215
cur_ctag = cur_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6219
req_ctag = req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6241
if (req_vlan_fltr & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/intel/ice/ice_main.c
6242
features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6348
(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
10600
NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11795
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
11816
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
5369
features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
5426
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
4686
netdev->features |= NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4953
if (!enable && (port->dev->features & NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5322
if (changed & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
5323
if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
7037
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
4504
err |= MLX5E_HANDLE_FEATURE(NETIF_F_HW_VLAN_CTAG_FILTER,
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4541
features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
4542
if (netdev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5888
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
1867
dev->hw_features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXFCS |
drivers/net/ethernet/mscc/ocelot_net.c
1869
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
1450
if (features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1567
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/ethernet/pensando/ionic/ionic_lif.c
1596
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
548
else if (dev->features & NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7967
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
2797
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
1778
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
3116
else if (changed & (NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_HW_VLAN_CTAG_FILTER))
drivers/net/ethernet/wangxun/libwx/wx_lib.c
3177
#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
852
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/macsec.c
3526
NETIF_F_HW_VLAN_STAG_FILTER | NETIF_F_HW_VLAN_CTAG_FILTER)
drivers/net/macvlan.c
924
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/netdevsim/netdev.c
986
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/netdevsim/netdev.c
995
NETIF_F_HW_VLAN_CTAG_FILTER |
drivers/net/team/team_core.c
2390
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
187
dev->net->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/usb/lan78xx.c
1506
if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) &&
drivers/net/usb/lan78xx.c
3803
dev->net->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/virtio_net.c
6480
vi->dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
drivers/net/vmxnet3/vmxnet3_drv.c
3784
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
243
#define NETIF_F_VLAN_FEATURES (NETIF_F_HW_VLAN_CTAG_FILTER | \
net/8021q/vlan.c
344
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
1016
dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
net/core/dev.c
11073
if (diff & NETIF_F_HW_VLAN_CTAG_FILTER) {
net/core/dev.c
11074
if (features & NETIF_F_HW_VLAN_CTAG_FILTER) {
net/core/dev.c
11374
NETIF_F_HW_VLAN_CTAG_FILTER) &&
net/dsa/user.c
1972
user->features |= NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
1977
user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
1985
user->features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
net/dsa/user.c
2721
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;