Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dethtool.h514 int ethtool_check_ops(const struct ethtool_ops *ops);
/Linux-v5.10/net/ethtool/
Dcommon.c373 int ethtool_check_ops(const struct ethtool_ops *ops) in ethtool_check_ops() function
/Linux-v5.10/net/core/
Ddev.c9894 ret = ethtool_check_ops(dev->ethtool_ops); in register_netdevice()