Searched refs:timer_service (Results 1 – 2 of 2) sorted by relevance
2286 callout_schedule(&adapter->timer_service, hz); in ena_up()2640 callout_halt(&adapter->timer_service, NULL); in ena_down()3589 callout_schedule(&adapter->timer_service, hz); in ena_timer_service()3609 callout_halt(&adapter->timer_service, NULL); in ena_reset_task()3816 callout_init(&adapter->timer_service, CALLOUT_MPSAFE); in ena_attach()3817 callout_setfunc(&adapter->timer_service, ena_timer_service, adapter); in ena_attach()3891 callout_halt(&adapter->timer_service, NULL); in ena_detach()3892 callout_destroy(&adapter->timer_service); in ena_detach()
411 struct callout timer_service; member