Searched refs:efx_usecs_to_ticks (Results 1 – 4 of 4) sorted by relevance
236 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs);
39 ticks = efx_usecs_to_ticks(efx, channel->irq_moderation_us); in siena_push_irq_moderation()
2099 unsigned int ticks = efx_usecs_to_ticks(efx, usecs); in efx_ef10_push_irq_moderation()2108 unsigned int ticks = efx_usecs_to_ticks(efx, usecs); in efx_ef10_push_irq_moderation()
2039 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs) in efx_usecs_to_ticks() function