Searched refs:ocs_timer_t (Results 1 – 6 of 6) sorted by relevance
922 ocs_timer_t *timer = t; in __ocs_callout()942 ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg), void *data, uint32_… in ocs_setup_timer()978 ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms) in ocs_mod_timer()1005 ocs_timer_pending(ocs_timer_t *timer) in ocs_timer_pending()1011 ocs_del_timer(ocs_timer_t *timer) in ocs_del_timer()
856 } ocs_timer_t; typedef869 extern int32_t ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg),879 extern int32_t ocs_mod_timer(ocs_timer_t *timer, uint32_t timeout_ms);889 extern int32_t ocs_timer_pending(ocs_timer_t *timer);898 extern int32_t ocs_del_timer(ocs_timer_t *timer);
139 ocs_timer_t delay_timer; /**< delay timer */
198 ocs_timer_t stats_timer; /**< Timer for Statistics */
380 ocs_timer_t gidpt_delay_timer; /**< GIDPT delay timer */
1069 ocs_timer_t wqe_timer; /**< Timer to periodically check for WQE timeouts */1070 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */