Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/team/
Dteam.c1022 netdev_change_features(team->dev); in team_compute_features()
1675 netdev_change_features(dev); in team_uninit()
1966 netdev_change_features(dev); in team_add_slave()
1988 netdev_change_features(dev); in team_del_slave()
/Linux-v5.4/drivers/net/
Dnet_failover.c431 netdev_change_features(dev); in net_failover_compute_features()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c103 netdev_change_features(netdev); in chcr_add_xfrmops()
/Linux-v5.4/include/linux/
Dnetdevice.h4488 void netdev_change_features(struct net_device *dev);
/Linux-v5.4/net/core/
Ddev.c8806 void netdev_change_features(struct net_device *dev) in netdev_change_features() function
8811 EXPORT_SYMBOL(netdev_change_features);
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1141 netdev_change_features(bond_dev); in bond_compute_features()