Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
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(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethtool_set_pauseparam()
[all …]
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);
761 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
/linux-6.6.21/include/linux/
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