Searched refs:rxvlan_filter (Results 1 – 2 of 2) sorted by relevance
881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local889 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_set_features()908 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xlgmac_set_features()910 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xlgmac_set_features()
2245 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local2251 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()2270 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xgbe_set_features()2272 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xgbe_set_features()