Home
last modified time | relevance | path

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

/linux/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.h175 unsigned int rx_usecs, bool rx_adaptive,
178 unsigned int *rx_usecs, bool *rx_adaptive);
A Defx.c435 unsigned int rx_usecs, bool rx_adaptive, in efx_init_irq_moderation() argument
455 efx->irq_rx_adaptive = rx_adaptive; in efx_init_irq_moderation()
470 unsigned int *rx_usecs, bool *rx_adaptive) in efx_get_irq_moderation() argument
472 *rx_adaptive = efx->irq_rx_adaptive; in efx_get_irq_moderation()
/linux/drivers/net/ethernet/sfc/falcon/
A Defx.h203 unsigned int rx_usecs, bool rx_adaptive,
206 unsigned int *rx_usecs, bool *rx_adaptive);
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()
A Defx.c1905 unsigned int rx_usecs, bool rx_adaptive, in ef4_init_irq_moderation() argument
1925 efx->irq_rx_adaptive = rx_adaptive; in ef4_init_irq_moderation()
1938 unsigned int *rx_usecs, bool *rx_adaptive) in ef4_get_irq_moderation() argument
1940 *rx_adaptive = efx->irq_rx_adaptive; in ef4_get_irq_moderation()

Completed in 14 milliseconds