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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_io.h142 ocs_timer_t delay_timer; /**< delay timer */
H A Docs_os.h860 } ocs_timer_t; typedef in typeref:struct:__anon7639
873 extern int32_t ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg),
883 extern int32_t ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms);
893 extern int32_t ocs_timer_pending(ocs_timer_t *timer);
902 extern int32_t ocs_del_timer(ocs_timer_t *timer);
H A Docs_os.c925 ocs_timer_t *timer = t;
945 ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg), void *data, uint32_t timeout_ms)
981 ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms)
1008 ocs_timer_pending(ocs_timer_t *timer)
1014 ocs_del_timer(ocs_timer_t *timer)
H A Docs_xport.h200 ocs_timer_t stats_timer; /**< Timer for Statistics */
H A Docs_common.h387 ocs_timer_t gidpt_delay_timer; /**< GIDPT delay timer */
H A Docs_hw.h1077 ocs_timer_t wqe_timer; /**< Timer to periodically check for WQE timeouts */
1078 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */

Completed in 85 milliseconds