Symbol: NETIF_F_HW_VLAN_STAG_FILTER
drivers/net/bonding/bond_main.c
6032
NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/freescale/dpaa2/dpaa2-switch.c
3359
NETIF_F_HW_VLAN_STAG_FILTER |
drivers/net/ethernet/intel/iavf/iavf_main.c
4896
features |= NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4906
features |= NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/iavf/iavf_main.c
4957
NETIF_F_HW_VLAN_STAG_FILTER))
drivers/net/ethernet/intel/iavf/iavf_main.c
4958
requested_features &= ~NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
3577
vlano_features |= NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6233
NETIF_F_HW_VLAN_STAG_FILTER)
drivers/net/ethernet/intel/ice/ice_main.c
6281
cur_stag = cur_vlan_fltr & NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6285
req_stag = req_vlan_fltr & NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/intel/ice/ice_main.c
6303
if (req_vlan_fltr & NETIF_F_HW_VLAN_STAG_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/mellanox/mlx4/en_netdev.c
3361
NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5812
netdev->features |= NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/samsung/sxgbe/sxgbe_common.h
159
NETIF_F_HW_VLAN_STAG_FILTER)
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
7939
ndev->features |= NETIF_F_HW_VLAN_STAG_FILTER;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
1071
if (!(priv->dev->features & NETIF_F_HW_VLAN_STAG_FILTER))
drivers/net/ethernet/wangxun/libwx/wx_lib.c
3175
NETIF_F_HW_VLAN_STAG_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/team/team_core.c
2210
NETIF_F_HW_VLAN_STAG_FILTER;
include/linux/netdev_features.h
247
NETIF_F_HW_VLAN_STAG_FILTER | \
net/8021q/vlan_core.c
175
dev->features & NETIF_F_HW_VLAN_STAG_FILTER)
net/core/dev.c
11083
if (diff & NETIF_F_HW_VLAN_STAG_FILTER) {
net/core/dev.c
11084
if (features & NETIF_F_HW_VLAN_STAG_FILTER) {