Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dioctl.c615 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings()
616 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings()
703 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings()
704 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings()
1468 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol()
1507 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee()
1747 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce()
1791 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam()
1867 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels()
1898 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); 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);
761 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
/openbmc/linux/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