Home
last modified time | relevance | path

Searched refs:rxvlan_filter (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c882 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local
890 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xlgmac_set_features()
909 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xlgmac_set_features()
911 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xlgmac_set_features()
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2232 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2238 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
2257 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xgbe_set_features()
2259 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xgbe_set_features()