Home
last modified time | relevance | path

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

/Linux-v5.10/net/ethtool/
Ddebug.c119 ethtool_notify(dev, ETHTOOL_MSG_DEBUG_NTF, NULL); in ethnl_set_debug()
Dioctl.c604 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
605 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
692 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
693 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1337 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1376 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1603 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1643 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1714 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1745 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethtool_set_pauseparam()
[all …]
Dlinkinfo.c145 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethnl_set_linkinfo()
Dwol.c161 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethnl_set_wol()
Dpause.c184 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethnl_set_pause()
Dprivflags.c190 ethtool_notify(dev, ETHTOOL_MSG_PRIVFLAGS_NTF, NULL); in ethnl_set_privflags()
Drings.c170 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethnl_set_rings()
Deee.c181 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethnl_set_eee()
Dnetlink.c648 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function
661 EXPORT_SYMBOL(ethtool_notify);
667 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
Dchannels.c213 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethnl_set_channels()
Dcoalesce.c313 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethnl_set_coalesce()
Dlinkmodes.c421 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethnl_set_linkmodes()
/Linux-v5.10/include/linux/
Dnetdevice.h4674 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4676 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function