Home
last modified time | relevance | path

Searched refs:netdev_change_features (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/team/
H A Dteam_core.c1039 netdev_change_features(team->dev); in team_compute_features()
1695 netdev_change_features(dev); in team_uninit()
1993 netdev_change_features(dev); in team_add_slave()
2015 netdev_change_features(dev); in team_del_slave()
/linux-6.15/drivers/net/
H A Dnet_failover.c428 netdev_change_features(dev); in net_failover_compute_features()
/linux-6.15/Documentation/networking/
H A Dethtool-netlink.rst812 As request is subject to netdev_change_features() sanity checks, optional
826 or netdev_change_features().
/linux-6.15/include/linux/
H A Dnetdevice.h5262 void netdev_change_features(struct net_device *dev);
/linux-6.15/net/core/
H A Ddev.c10684 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
10689 EXPORT_SYMBOL(netdev_change_features);
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1619 netdev_change_features(bond_dev); in bond_compute_features()