Searched refs:timer_handle (Results 1 – 3 of 3) sorted by relevance
159 void *timer_handle) in scif_cb_timer_destroy() argument164 scif_cb_timer_stop(scif_controller, timer_handle); in scif_cb_timer_destroy()165 sci_pool_put(isci_controller->timer_pool, (struct ISCI_TIMER *)timer_handle); in scif_cb_timer_destroy()167 isci_log_message(3, "TIMER", "destroy %p\n", timer_handle); in scif_cb_timer_destroy()
803 this_port->timer_handle = SCI_INVALID_HANDLE; in scic_sds_port_construct()1558 if (this_port->timer_handle != NULL) in scic_sds_port_release_resource()1560 scic_cb_timer_destroy(controller, this_port->timer_handle); in scic_sds_port_release_resource()1561 this_port->timer_handle = NULL; in scic_sds_port_release_resource()1996 this_port->timer_handle = scic_cb_timer_create( in scic_sds_port_stopped_state_start_handler()2002 if (this_port->timer_handle == SCI_INVALID_HANDLE) in scic_sds_port_stopped_state_start_handler()2713 this_port->timer_handle in scic_sds_port_resetting_state_exit()2767 this_port->timer_handle in scic_sds_port_stopping_state_exit()2772 this_port->timer_handle in scic_sds_port_stopping_state_exit()2774 this_port->timer_handle = NULL; in scic_sds_port_stopping_state_exit()[all …]
181 void *timer_handle; member