Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dethtool.h1253 int ethtool_check_ops(const struct ethtool_ops *ops);
/linux/net/ethtool/
H A Dcommon.c858 int ethtool_check_ops(const struct ethtool_ops *ops) in ethtool_check_ops() function
/linux/net/core/
H A Ddev.c11111 ret = ethtool_check_ops(dev->ethtool_ops); in register_netdevice()