Home
last modified time | relevance | path

Searched refs:ETHTOOL_SRINGPARAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h509 #define ETHTOOL_SRINGPARAM 0x00000011 /* Set ring parameters. */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1601 #define ETHTOOL_SRINGPARAM 0x00000011 /* Set ring parameters. */ macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1601 #define ETHTOOL_SRINGPARAM 0x00000011 /* Set ring parameters. */ macro
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst911 Sets ring sizes like ``ETHTOOL_SRINGPARAM`` ioctl request.
2025 ``ETHTOOL_SRINGPARAM`` ``ETHTOOL_MSG_RINGS_SET``
/openbmc/linux/net/ethtool/
H A Dioctl.c2901 case ETHTOOL_SRINGPARAM: in __dev_ethtool()