Home
last modified time | relevance | path

Searched refs:ethtool_notify (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/ethtool/
H A Dlinkinfo.c145 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethnl_set_linkinfo()
H A Ddebug.c119 ethtool_notify(dev, ETHTOOL_MSG_DEBUG_NTF, NULL); in ethnl_set_debug()
H A Dwol.c161 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethnl_set_wol()
H A Dprivflags.c190 ethtool_notify(dev, ETHTOOL_MSG_PRIVFLAGS_NTF, NULL); in ethnl_set_privflags()
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 Dioctl.c608 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
609 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
696 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
697 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1444 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1483 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1710 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1750 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1821 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1852 ethtool_notify(de in ethtool_set_pauseparam()
[all...]
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); variable
668 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
H A Dchannels.c215 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethnl_set_channels()
H A Deee.c181 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethnl_set_eee()
H A Dlinkmodes.c421 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethnl_set_linkmodes()
H A Dcoalesce.c313 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethnl_set_coalesce()
/kernel/linux/linux-6.6/net/ethtool/
H A Dioctl.c612 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
613 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
700 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
701 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1465 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1504 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1744 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1788 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1864 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1895 ethtool_notify(de in ethtool_set_pauseparam()
[all...]
H A Dnetlink.c613 ethtool_notify(req_info.dev, ops->set_ntf_cmd, NULL); in ethnl_default_set_doit()
742 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function
755 EXPORT_SYMBOL(ethtool_notify); variable
761 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h4760 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4762 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h4849 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4851 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function

Completed in 29 milliseconds