Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ethtool/
Ddebug.c119 ethtool_notify(dev, ETHTOOL_MSG_DEBUG_NTF, NULL); in ethnl_set_debug()
Dioctl.c605 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
606 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
693 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
694 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1441 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1480 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1707 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1747 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1818 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1849 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()
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()
Dpause.c183 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethnl_set_pause()
Dnetlink.c649 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function
662 EXPORT_SYMBOL(ethtool_notify);
668 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
Dchannels.c215 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()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h4746 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4748 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function