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

/freebsd-11-stable/sys/dev/isci/
H A Disci_timer.c157 void *timer_handle)
162 scif_cb_timer_stop(scif_controller, timer_handle);
163 sci_pool_put(isci_controller->timer_pool, (struct ISCI_TIMER *)timer_handle);
165 isci_log_message(3, "TIMER", "destroy %p\n", timer_handle);
156 scif_cb_timer_destroy(SCI_CONTROLLER_HANDLE_T scif_controller, void *timer_handle) argument
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.c801 this_port->timer_handle = SCI_INVALID_HANDLE;
1556 if (this_port->timer_handle != NULL)
1558 scic_cb_timer_destroy(controller, this_port->timer_handle);
1559 this_port->timer_handle = NULL;
1994 this_port->timer_handle = scic_cb_timer_create(
2000 if (this_port->timer_handle == SCI_INVALID_HANDLE)
2711 this_port->timer_handle
2765 this_port->timer_handle
2770 this_port->timer_handle
2772 this_port->timer_handle
[all...]
H A Dscic_sds_port.h179 void *timer_handle; member in struct:SCIC_SDS_PORT

Completed in 122 milliseconds