Searched refs:scic_controller_handle (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/
H A Disci_interrupt.c173 SCI_CONTROLLER_HANDLE_T scic_controller_handle = local
177 if (interrupt_handler(scic_controller_handle)) {
179 completion_handler(scic_controller_handle);
202 SCI_CONTROLLER_HANDLE_T scic_controller_handle; local
204 scic_controller_handle = scif_controller_get_scic_handle(
207 if (interrupt_handler(scic_controller_handle)) {
209 completion_handler(scic_controller_handle);
H A Disci_controller.c300 SCI_CONTROLLER_HANDLE_T scic_controller_handle; local
305 scic_controller_handle =
311 scic_controller_handle,
316 scic_user_parameters_get(scic_controller_handle, &scic_user_parameters);
343 scic_user_parameters_set(scic_controller_handle, &scic_user_parameters);
383 controller->phys[i].handle = scic_controller_handle;

Completed in 59 milliseconds