Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethtool/
H A 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 …]
H A Ddebug.c119 ethtool_notify(dev, ETHTOOL_MSG_DEBUG_NTF, NULL); in ethnl_set_debug()
H A Dlinkinfo.c145 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethnl_set_linkinfo()
H A 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()
H A Dwol.c161 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethnl_set_wol()
H A Dpause.c183 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethnl_set_pause()
H A Drings.c170 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethnl_set_rings()
H A Deee.c181 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethnl_set_eee()
H A Dprivflags.c190 ethtool_notify(dev, ETHTOOL_MSG_PRIVFLAGS_NTF, NULL); in ethnl_set_privflags()
H A Dchannels.c215 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethnl_set_channels()
H A Dcoalesce.c313 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethnl_set_coalesce()
H A Dlinkmodes.c421 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethnl_set_linkmodes()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4778 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4780 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function