On Fri, 12 Sep 2025 15:06:20 +0200 Przemek Kitszel wrote: > + timer_setup(&pf->serv_tmr, ice_service_timer, 0); > + pf->serv_tmr_period = HZ; > + INIT_WORK(&pf->serv_task, ice_service_task); > + clear_bit(ICE_SERVICE_SCHED, pf->state);
I should just read the code, but this looks like an open-coded deferred_work ?
