Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dethtool.h765 int ethtool_check_ops(const struct ethtool_ops *ops);
/linux-5.19.10/net/ethtool/
Dcommon.c532 int ethtool_check_ops(const struct ethtool_ops *ops) in ethtool_check_ops() function
/linux-5.19.10/net/core/
Ddev.c9964 ret = ethtool_check_ops(dev->ethtool_ops); in register_netdevice()