Home
last modified time | relevance | path

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

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