rxvlan_filter    2338 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter;
rxvlan_filter    2345 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
rxvlan_filter    2365 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
rxvlan_filter    2367 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)
rxvlan_filter     882 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter;
rxvlan_filter     890 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER;
rxvlan_filter     909 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter)
rxvlan_filter     911 drivers/net/ethernet/synopsys/dwc-xlgmac-net.c 	else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter)