Searched refs:scif_controller_handle (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/isci/
H A Disci_controller.c229 SCI_CONTROLLER_HANDLE_T scif_controller_handle; local
232 &scif_controller_handle);
235 scif_controller_handle, NULL);
238 controller->scif_controller_handle = scif_controller_handle;
241 * sci_object_get_association(scif_controller_handle)
244 sci_object_set_association(scif_controller_handle, (void *)controller);
310 scif_controller_get_scic_handle(controller->scif_controller_handle);
407 return (scif_controller_initialize(controller->scif_controller_handle));
426 controller->scif_controller_handle);
552 SCI_CONTROLLER_HANDLE_T scif_controller_handle = local
[all...]
H A Disci_remote_device.c191 controller->scif_controller_handle, remote_device->sci_object,
197 isci_task_request_complete(controller->scif_controller_handle,
204 controller->scif_controller_handle, remote_device->sci_object,
209 controller->scif_controller_handle,
244 scif_controller_get_scic_handle(controller->scif_controller_handle),
H A Disci_interrupt.c177 controller->scif_controller_handle);
207 controller->scif_controller_handle);
227 scif_controller_get_scic_handle(controller->scif_controller_handle);
H A Disci_sysctl.c55 isci->controllers[i].scif_controller_handle,
73 isci->controllers[i].scif_controller_handle,
141 scif_controller_get_scic_handle(controller->scif_controller_handle),
173 scif_controller_get_scic_handle(controller->scif_controller_handle),
H A Disci.c197 if (controller->scif_controller_handle != NULL) {
199 scif_controller_get_scic_handle(controller->scif_controller_handle));
202 status = scif_controller_stop(controller->scif_controller_handle, 0);
353 SCI_CONTROLLER_HANDLE_T scif_controller_handle; local
358 scif_controller_handle = controller->scif_controller_handle;
375 scif_controller_handle, isci->coalesce_number,
H A Disci.h165 SCI_CONTROLLER_HANDLE_T scif_controller_handle; member in struct:ISCI_CONTROLLER
284 SCI_CONTROLLER_HANDLE_T scif_controller_handle,
H A Disci_io_request.c675 SCI_CONTROLLER_HANDLE_T scif_controller_handle,
679 request->controller_handle = scif_controller_handle;
968 isci_io_request_complete(controller->scif_controller_handle,
976 controller->scif_controller_handle, smp_device_handle,
980 isci_io_request_complete(controller->scif_controller_handle,
674 isci_request_construct(struct ISCI_REQUEST *request, SCI_CONTROLLER_HANDLE_T scif_controller_handle, bus_dma_tag_t io_buffer_dma_tag, bus_addr_t physical_address) argument
H A Disci_domain.c326 scif_controller_get_domain_handle( controller->scif_controller_handle,

Completed in 126 milliseconds