Home
last modified time | relevance | path

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

/Linux-v6.6/net/ethtool/
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()
/Linux-v6.6/include/uapi/linux/
Dethtool.h1598 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */ macro
/Linux-v6.6/Documentation/networking/
Dethtool-netlink.rst991 Gets coalescing parameters like ``ETHTOOL_GCOALESCE`` ioctl request.
2022 ``ETHTOOL_GCOALESCE`` ``ETHTOOL_MSG_COALESCE_GET``
/Linux-v6.6/drivers/net/ethernet/broadcom/
Dtg3.c17520 ec->cmd = ETHTOOL_GCOALESCE; in tg3_init_coal()