Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dethtool.h260 #define ETHTOOL_COALESCE_RX_USECS_LOW BIT(12) macro
289 (ETHTOOL_COALESCE_RX_USECS_LOW | ETHTOOL_COALESCE_TX_USECS_LOW | \
298 ETHTOOL_COALESCE_RX_USECS_LOW | ETHTOOL_COALESCE_RX_USECS_HIGH | \
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_ethtool.c613 ETHTOOL_COALESCE_RX_USECS_LOW |
/openbmc/linux/net/ethtool/
H A Dioctl.c1697 nonzero_params |= ETHTOOL_COALESCE_RX_USECS_LOW; in ethtool_set_coalesce_supported()