Home
last modified time | relevance | path

Searched refs:ETHTOOL_F_UNSUPPORTED (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h487 #define ETHTOOL_F_UNSUPPORTED (1 << ETHTOOL_F_UNSUPPORTED__BIT) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1493 #define ETHTOOL_F_UNSUPPORTED (1 << ETHTOOL_F_UNSUPPORTED__BIT) macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1493 #define ETHTOOL_F_UNSUPPORTED (1 << ETHTOOL_F_UNSUPPORTED__BIT) macro
/openbmc/linux/net/ethtool/
H A Dioctl.c144 ret |= ETHTOOL_F_UNSUPPORTED; in ethtool_set_features()