Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dethtool.c1676 struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; in ethtool_get_coalesce()
2406 struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; in ethtool_get_per_queue_coalesce()
2487 case ETHTOOL_GCOALESCE: in ethtool_set_per_queue()
2629 case ETHTOOL_GCOALESCE: in dev_ethtool()
2719 case ETHTOOL_GCOALESCE: in dev_ethtool()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1325 #define ETHTOOL_GCOALESCE 0x0000000e /* Get coalesce config */ macro
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c17630 ec->cmd = ETHTOOL_GCOALESCE; in tg3_init_coal()