Home
last modified time | relevance | path

Searched refs:ETHTOOL_GCOALESCE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dethtool.h506 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */ macro
/openbmc/linux/net/ethtool/
H A Dioctl.c1648 struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; in ethtool_get_coalesce()
2538 struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; in ethtool_get_per_queue_coalesce()
2625 case ETHTOOL_GCOALESCE: in ethtool_set_per_queue()
2792 case ETHTOOL_GCOALESCE: in __dev_ethtool()
2892 case ETHTOOL_GCOALESCE: in __dev_ethtool()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1598 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */ macro
/openbmc/linux/include/uapi/linux/
H A Dethtool.h1598 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */ macro
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst991 Gets coalescing parameters like ``ETHTOOL_GCOALESCE`` ioctl request.
2022 ``ETHTOOL_GCOALESCE`` ``ETHTOOL_MSG_COALESCE_GET``
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c17559 ec->cmd = ETHTOOL_GCOALESCE; in tg3_init_coal()