Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/team/
H A Dteam.c1031 netdev_change_features(team->dev); in team_compute_features()
1680 netdev_change_features(dev); in team_uninit()
1979 netdev_change_features(dev); in team_add_slave()
2001 netdev_change_features(dev); in team_del_slave()
/openbmc/linux/drivers/net/
H A Dnet_failover.c428 netdev_change_features(dev); in net_failover_compute_features()
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst790 As request is subject to netdev_change_features() sanity checks, optional
804 or netdev_change_features().
/openbmc/linux/include/linux/
H A Dnetdevice.h4974 void netdev_change_features(struct net_device *dev);
/openbmc/linux/net/core/
H A Ddev.c9923 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
9928 EXPORT_SYMBOL(netdev_change_features);
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1536 netdev_change_features(bond_dev); in bond_compute_features()