Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dethtool.h710 int ethtool_check_ops(const struct ethtool_ops *ops);
/Linux-v5.15/net/ethtool/
Dcommon.c528 int ethtool_check_ops(const struct ethtool_ops *ops) in ethtool_check_ops() function
/Linux-v5.15/net/core/
Ddev.c10218 ret = ethtool_check_ops(dev->ethtool_ops); in register_netdevice()