Searched refs:callout_handle (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_osdep.c60 callout_handle_init(struct callout_handle *handle)
66 struct callout_handle
69 struct callout_handle handle;
76 untimeout(timer_function func, void *cookie, struct callout_handle handle)
H A Dif_em.h256 struct callout_handle timer_handle;
257 struct callout_handle tx_fifo_timer_handle;
H A Dif_em_osdep.h136 struct callout_handle struct
141 void callout_handle_init(struct callout_handle *handle);
142 struct callout_handle timeout(timer_function func, void *cookie, bigtime_t timeout);
143 void untimeout(timer_function func, void *cookie, struct callout_handle handle);

Completed in 36 milliseconds