Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local
889 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()
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2245 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2251 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()