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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c150 hci1394_tlist_timer_t timer_info; local
196 timer_info.tlt_timeout =
198 timer_info.tlt_timer_resolution = timer_info.tlt_timeout / 2;
199 timer_info.tlt_callback = hci1394_async_pending_timeout;
200 timer_info.tlt_callback_arg = async;
201 hci1394_tlist_init(drvinfo, &timer_info, &async->as_pending_list);

Completed in 59 milliseconds