Home
last modified time | relevance | path

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

/openbmc/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.h173 unsigned int rx_usecs, bool rx_adaptive,
176 unsigned int *rx_usecs, bool *rx_adaptive);
H A Defx.c430 unsigned int rx_usecs, bool rx_adaptive, in efx_init_irq_moderation() argument
450 efx->irq_rx_adaptive = rx_adaptive; in efx_init_irq_moderation()
465 unsigned int *rx_usecs, bool *rx_adaptive) in efx_get_irq_moderation() argument
467 *rx_adaptive = efx->irq_rx_adaptive; in efx_get_irq_moderation()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.h203 unsigned int rx_usecs, bool rx_adaptive,
206 unsigned int *rx_usecs, bool *rx_adaptive);
H A Dethtool.c586 bool rx_adaptive; in ef4_ethtool_get_coalesce() local
588 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &rx_adaptive); in ef4_ethtool_get_coalesce()
594 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in ef4_ethtool_get_coalesce()
H A Defx.c1899 unsigned int rx_usecs, bool rx_adaptive, in ef4_init_irq_moderation() argument
1919 efx->irq_rx_adaptive = rx_adaptive; in ef4_init_irq_moderation()
1932 unsigned int *rx_usecs, bool *rx_adaptive) in ef4_get_irq_moderation() argument
1934 *rx_adaptive = efx->irq_rx_adaptive; in ef4_get_irq_moderation()