Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.h236 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs);
Dsiena.c39 ticks = efx_usecs_to_ticks(efx, channel->irq_moderation_us); in siena_push_irq_moderation()
Def10.c2099 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()
Defx.c2039 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs) in efx_usecs_to_ticks() function