Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.h207 unsigned int rx_usecs, bool rx_adaptive,
210 unsigned int *rx_usecs, bool *rx_adaptive);
Dethtool.c594 bool rx_adaptive; in efx_ethtool_get_coalesce() local
596 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in efx_ethtool_get_coalesce()
602 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
Defx.c1930 unsigned int rx_usecs, bool rx_adaptive, in efx_init_irq_moderation() argument
1955 efx->irq_rx_adaptive = rx_adaptive; in efx_init_irq_moderation()
1968 unsigned int *rx_usecs, bool *rx_adaptive) in efx_get_irq_moderation() argument
1974 *rx_adaptive = efx->irq_rx_adaptive; in efx_get_irq_moderation()