Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
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()
A Defx.h156 unsigned int rx_usecs, bool rx_adaptive,
159 unsigned int *rx_usecs, bool *rx_adaptive);
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()
/drivers/net/ethernet/sfc/
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()
A Defx.h172 unsigned int rx_usecs, bool rx_adaptive,
175 unsigned int *rx_usecs, bool *rx_adaptive);
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()
/drivers/net/ethernet/sfc/falcon/
A Defx.h202 unsigned int rx_usecs, bool rx_adaptive,
205 unsigned int *rx_usecs, bool *rx_adaptive);
A Dethtool.c580 bool rx_adaptive; in ef4_ethtool_get_coalesce() local
582 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in ef4_ethtool_get_coalesce()
588 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in ef4_ethtool_get_coalesce()
A Defx.c1891 unsigned int rx_usecs, bool rx_adaptive, in ef4_init_irq_moderation() argument
1911 efx->irq_rx_adaptive = rx_adaptive; in ef4_init_irq_moderation()
1924 unsigned int *rx_usecs, bool *rx_adaptive) in ef4_get_irq_moderation() argument
1926 *rx_adaptive = efx->irq_rx_adaptive; in ef4_get_irq_moderation()

Completed in 25 milliseconds