Home
last modified time | relevance | path

Searched refs:old_features (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/8021q/
Dvlan_dev.c631 netdev_features_t old_features = features; in vlan_dev_fix_features() local
644 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_GSO_SOFTWARE); in vlan_dev_fix_features()
/Linux-v4.19/net/core/
Dethtool.c2609 netdev_features_t old_features; in dev_ethtool() local
2672 old_features = dev->features; in dev_ethtool()
2883 if (old_features != dev->features) in dev_ethtool()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c598 netdev_features_t old_features = efx->net_dev->features; in ef4_start_datapath() local
649 if (efx->net_dev->features != old_features) in ef4_start_datapath()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c643 netdev_features_t old_features = efx->net_dev->features; in efx_start_datapath() local
694 if (efx->net_dev->features != old_features) in efx_start_datapath()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1865 netdev_features_t old_features = bond_dev->features; in __bond_release_one() local
1963 (old_features & NETIF_F_VLAN_CHALLENGED)) in __bond_release_one()