Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dethtool.h488 #define ETHTOOL_F_WISH (1 << ETHTOOL_F_WISH__BIT) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1494 #define ETHTOOL_F_WISH (1 << ETHTOOL_F_WISH__BIT) macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1494 #define ETHTOOL_F_WISH (1 << ETHTOOL_F_WISH__BIT) macro
/openbmc/linux/net/ethtool/
H A Dioctl.c152 ret |= ETHTOOL_F_WISH; in ethtool_set_features()