Searched refs:ethtool_notify (Results 1 – 18 of 18) sorted by relevance
| /linux/net/ethtool/ |
| A D | debug.c | 119 ethtool_notify(dev, ETHTOOL_MSG_DEBUG_NTF, NULL); in ethnl_set_debug()
|
| A D | ioctl.c | 629 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_link_ksettings() 630 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_link_ksettings() 717 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethtool_set_settings() 718 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethtool_set_settings() 1460 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethtool_set_wol() 1499 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethtool_set_eee() 1739 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethtool_set_coalesce() 1779 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethtool_set_ringparam() 1850 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethtool_set_channels() 1881 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethtool_set_pauseparam() [all …]
|
| A D | linkinfo.c | 145 ethtool_notify(dev, ETHTOOL_MSG_LINKINFO_NTF, NULL); in ethnl_set_linkinfo()
|
| A D | module.c | 172 ethtool_notify(dev, ETHTOOL_MSG_MODULE_NTF, NULL); in ethnl_set_module()
|
| A D | wol.c | 161 ethtool_notify(dev, ETHTOOL_MSG_WOL_NTF, NULL); in ethnl_set_wol()
|
| A D | pause.c | 177 ethtool_notify(dev, ETHTOOL_MSG_PAUSE_NTF, NULL); in ethnl_set_pause()
|
| A D | privflags.c | 190 ethtool_notify(dev, ETHTOOL_MSG_PRIVFLAGS_NTF, NULL); in ethnl_set_privflags()
|
| A D | rings.c | 170 ethtool_notify(dev, ETHTOOL_MSG_RINGS_NTF, NULL); in ethnl_set_rings()
|
| A D | eee.c | 181 ethtool_notify(dev, ETHTOOL_MSG_EEE_NTF, NULL); in ethnl_set_eee()
|
| A D | netlink.c | 695 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data) in ethtool_notify() function 708 EXPORT_SYMBOL(ethtool_notify); 714 ethtool_notify(dev, ETHTOOL_MSG_FEATURES_NTF, NULL); in ethnl_notify_features()
|
| A D | channels.c | 215 ethtool_notify(dev, ETHTOOL_MSG_CHANNELS_NTF, NULL); in ethnl_set_channels()
|
| A D | fec.c | 301 ethtool_notify(dev, ETHTOOL_MSG_FEC_NTF, NULL); in ethnl_set_fec()
|
| A D | linkmodes.c | 353 ethtool_notify(dev, ETHTOOL_MSG_LINKMODES_NTF, NULL); in ethnl_set_linkmodes()
|
| A D | coalesce.c | 332 ethtool_notify(dev, ETHTOOL_MSG_COALESCE_NTF, NULL); in ethnl_set_coalesce()
|
| /linux/include/linux/ |
| A D | netdevice.h | 4933 void ethtool_notify(struct net_device *dev, unsigned int cmd, const void *data); 4935 static inline void ethtool_notify(struct net_device *dev, unsigned int cmd, in ethtool_notify() function
|
| /linux/ |
| A D | vmlinux.symvers | 9977 0x00000000 ethtool_notify vmlinux EXPORT_SYMBOL
|
| A D | System.map | 52481 ffff800010e0f800 T ethtool_notify
|
| A D | .tmp_System.map | 52481 ffff800010e0f800 T ethtool_notify
|
Completed in 367 milliseconds