Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dethtool.h510 int ethtool_check_ops(const struct ethtool_ops *ops);
/kernel/linux/linux-5.10/net/ethtool/
Dcommon.c373 int ethtool_check_ops(const struct ethtool_ops *ops) in ethtool_check_ops() function
/kernel/linux/linux-5.10/net/core/
Ddev.c10021 ret = ethtool_check_ops(dev->ethtool_ops); in register_netdevice()