Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.h193 unsigned int rx_usecs, bool rx_adaptive,
196 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.c1840 unsigned int rx_usecs, bool rx_adaptive, in efx_init_irq_moderation() argument
1865 efx->irq_rx_adaptive = rx_adaptive; in efx_init_irq_moderation()
1878 unsigned int *rx_usecs, bool *rx_adaptive) in efx_get_irq_moderation() argument
1884 *rx_adaptive = efx->irq_rx_adaptive; in efx_get_irq_moderation()