Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/team/
Dteam.c1029 netdev_change_features(team->dev); in team_compute_features()
1678 netdev_change_features(dev); in team_uninit()
1977 netdev_change_features(dev); in team_add_slave()
1999 netdev_change_features(dev); in team_del_slave()
/Linux-v6.6/drivers/net/
Dnet_failover.c428 netdev_change_features(dev); in net_failover_compute_features()
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst790 As request is subject to netdev_change_features() sanity checks, optional
804 or netdev_change_features().
/Linux-v6.6/include/linux/
Dnetdevice.h4952 void netdev_change_features(struct net_device *dev);
/Linux-v6.6/net/core/
Ddev.c9917 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
9922 EXPORT_SYMBOL(netdev_change_features);
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1497 netdev_change_features(bond_dev); in bond_compute_features()