Home
last modified time | relevance | path

Searched refs:irq_moderation (Results 1 – 4 of 4) sorted by relevance

/drivers/net/sfc/
Dethtool.c609 if (channel->irq_moderation < coalesce->tx_coalesce_usecs_irq) { in efx_ethtool_get_coalesce()
612 channel->irq_moderation; in efx_ethtool_get_coalesce()
622 if (channel->irq_moderation < coalesce->rx_coalesce_usecs_irq) in efx_ethtool_get_coalesce()
624 channel->irq_moderation; in efx_ethtool_get_coalesce()
Dfalcon.c1071 if (channel->irq_moderation) { in falcon_set_int_moderation()
1077 channel->irq_moderation -= (channel->irq_moderation % res); in falcon_set_int_moderation()
1078 if (channel->irq_moderation < res) in falcon_set_int_moderation()
1079 channel->irq_moderation = res; in falcon_set_int_moderation()
1083 (channel->irq_moderation / res) - 1); in falcon_set_int_moderation()
Dnet_driver.h365 unsigned int irq_moderation; member
Defx.c1198 tx_queue->channel->irq_moderation = tx_usecs; in efx_init_irq_moderation()
1201 rx_queue->channel->irq_moderation = rx_usecs; in efx_init_irq_moderation()