Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ethtool/
A Dioctl.c611 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
612 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
699 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
700 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1452 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1491 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1731 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1775 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1851 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1882 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethtool_set_pauseparam()
[all …]
A Dnetlink.c643 ethtool_notify(req_info.dev, ops->set_ntf_cmd, NULL); in ethnl_default_set_doit()
769 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function
782 EXPORT_SYMBOL(ethtool_notify);
788 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h4814 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data);
4816 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function

Completed in 22 milliseconds