Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/team/
Dteam.c1031 netdev_change_features(team->dev); in team_compute_features()
1689 netdev_change_features(dev); in team_uninit()
1988 netdev_change_features(dev); in team_add_slave()
2010 netdev_change_features(dev); in team_del_slave()
/Linux-v6.1/drivers/net/
Dnet_failover.c432 netdev_change_features(dev); in net_failover_compute_features()
/Linux-v6.1/Documentation/networking/
Dethtool-netlink.rst784 As request is subject to netdev_change_features() sanity checks, optional
798 or netdev_change_features().
/Linux-v6.1/include/linux/
Dnetdevice.h4903 void netdev_change_features(struct net_device *dev);
/Linux-v6.1/net/core/
Ddev.c9808 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
9813 EXPORT_SYMBOL(netdev_change_features);
/Linux-v6.1/drivers/net/bonding/
Dbond_main.c1500 netdev_change_features(bond_dev); in bond_compute_features()