Home
last modified time | relevance | path

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

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