Searched refs:rxvlan_filter (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 882 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 881 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2252 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local 2258 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features() 2277 if ((features & NETIF_F_HW_VLAN_CTAG_FILTER) && !rxvlan_filter) in xgbe_set_features() 2279 else if (!(features & NETIF_F_HW_VLAN_CTAG_FILTER) && rxvlan_filter) in xgbe_set_features()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-drv.c | 2245 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()
|
Completed in 13 milliseconds