Home
last modified time | relevance | path

Searched refs:ethtool_notify (Results 1 – 3 of 3) sorted by relevance

/linux/net/ethtool/
H A Dioctl.c620 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF); in ethtool_set_link_ksettings()
621 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF); in ethtool_set_link_ksettings()
711 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF); in ethtool_set_settings()
712 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF); in ethtool_set_settings()
1868 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF); in ethtool_set_wol()
1944 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF); in ethtool_set_eee()
2184 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF); in ethtool_set_coalesce()
2228 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF); in ethtool_set_ringparam()
2295 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF); in ethtool_set_channels()
2326 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF); in ethtool_set_pauseparam()
[all …]
H A Dnetlink.c1090 void ethtool_notify(struct net_device *dev, unsigned int cmd) in ethtool_notify()
1094 EXPORT_SYMBOL(ethtool_notify);
1100 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF); in ethnl_notify_features()
1089 void ethtool_notify(struct net_device *dev, unsigned int cmd) ethtool_notify() function
/linux/include/linux/
H A Dnetdevice.h5190 void ethtool_notify(struct net_device *dev, unsigned int cmd);
5192 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd) in ethtool_notify() function