Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dethtool.h196 #define ETHTOOL_COALESCE_TX_USECS BIT(4) macro
216 (ETHTOOL_COALESCE_RX_USECS | ETHTOOL_COALESCE_TX_USECS)
/kernel/linux/linux-5.10/drivers/s390/net/
Dqeth_ethtool.c522 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS |
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_ethtool.c1795 ETHTOOL_COALESCE_TX_USECS |
1831 ETHTOOL_COALESCE_TX_USECS |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/
Dhip04_eth.c834 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS |
/kernel/linux/linux-5.10/arch/um/drivers/
Dvector_kern.c1512 .supported_coalesce_params = ETHTOOL_COALESCE_TX_USECS,
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c1651 nonzero_params |= ETHTOOL_COALESCE_TX_USECS; in ethtool_set_coalesce_supported()