ocs_timer_t
ocs_timer_t gidpt_delay_timer; /**< GIDPT delay timer */
ocs_timer_t wqe_timer; /**< Timer to periodically check for WQE timeouts */
ocs_timer_t watchdog_timer; /**< Timer for heartbeat */
ocs_timer_t delay_timer; /**< delay timer */
ocs_timer_pending(ocs_timer_t *timer)
ocs_del_timer(ocs_timer_t *timer)
ocs_timer_t *timer = t;
ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg), void *data, uint32_t timeout_ms)
ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms)
extern int32_t ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg),
extern int32_t ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms);
extern int32_t ocs_timer_pending(ocs_timer_t *timer);
extern int32_t ocs_del_timer(ocs_timer_t *timer);
ocs_timer_t stats_timer; /**< Timer for Statistics */