Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool.c106 bool rx_adaptive; in efx_ethtool_get_coalesce() local
108 efx_siena_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in efx_ethtool_get_coalesce()
114 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
H A Defx.h156 unsigned int rx_usecs, bool rx_adaptive,
159 unsigned int *rx_usecs, bool *rx_adaptive);
H A Defx.c430 unsigned int rx_usecs, bool rx_adaptive, in efx_siena_init_irq_moderation() argument
450 efx->irq_rx_adaptive = rx_adaptive; in efx_siena_init_irq_moderation()
465 unsigned int *rx_usecs, bool *rx_adaptive) in efx_siena_get_irq_moderation() argument
467 *rx_adaptive = efx->irq_rx_adaptive; in efx_siena_get_irq_moderation()
/linux/drivers/net/ethernet/sfc/
H A Dethtool.c106 bool rx_adaptive; in efx_ethtool_get_coalesce() local
108 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in efx_ethtool_get_coalesce()
114 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
H A Defx.c423 unsigned int rx_usecs, bool rx_adaptive, in efx_init_irq_moderation() argument
443 efx->irq_rx_adaptive = rx_adaptive; in efx_init_irq_moderation()
458 unsigned int *rx_usecs, bool *rx_adaptive) in efx_get_irq_moderation() argument
460 *rx_adaptive = efx->irq_rx_adaptive; in efx_get_irq_moderation()