Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/team/
Dteam.c1026 netdev_change_features(team->dev); in team_compute_features()
1680 netdev_change_features(dev); in team_uninit()
1971 netdev_change_features(dev); in team_add_slave()
1993 netdev_change_features(dev); in team_del_slave()
/Linux-v5.10/drivers/net/
Dnet_failover.c432 netdev_change_features(dev); in net_failover_compute_features()
/Linux-v5.10/Documentation/networking/
Dethtool-netlink.rst742 As request is subject to netdev_change_features() sanity checks, optional
756 or netdev_change_features().
/Linux-v5.10/include/linux/
Dnetdevice.h4800 void netdev_change_features(struct net_device *dev);
/Linux-v5.10/net/core/
Ddev.c9725 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
9730 EXPORT_SYMBOL(netdev_change_features);
/Linux-v5.10/drivers/net/bonding/
Dbond_main.c1308 netdev_change_features(bond_dev); in bond_compute_features()