Searched refs:ethtool_notify (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ethtool/ |
| A D | ioctl.c | 619 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings() 620 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings() 710 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings() 711 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings() 1710 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol() 1786 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee() 2026 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce() 2070 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam() 2137 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels() 2168 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethtool_set_pauseparam() [all …]
|
| A D | netlink.c | 697 ethtool_notify(req_info.dev, ops->set_ntf_cmd, NULL); in ethnl_default_set_doit() 826 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function 839 EXPORT_SYMBOL(ethtool_notify); 845 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
|
| /linux/include/linux/ |
| A D | netdevice.h | 4844 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data); 4846 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function
|
Completed in 26 milliseconds