Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dethtool.h252 #define ETHTOOL_COALESCE_TX_USECS BIT(4) macro
278 (ETHTOOL_COALESCE_RX_USECS | ETHTOOL_COALESCE_TX_USECS)
/linux-6.6.21/drivers/s390/net/
Dqeth_ethtool.c448 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS |
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c1792 ETHTOOL_COALESCE_TX_USECS |
1828 ETHTOOL_COALESCE_TX_USECS |
/linux-6.6.21/drivers/net/ethernet/hisilicon/
Dhip04_eth.c838 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS |
/linux-6.6.21/arch/um/drivers/
Dvector_kern.c1512 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS,
/linux-6.6.21/net/ethtool/
Dioctl.c1681 nonzero_params |= ETHTOOL_COALESCE_TX_USECS; in ethtool_set_coalesce_supported()