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

/freebsd-11-stable/sys/dev/isci/
H A Disci_controller.c227 SCI_CONTROLLER_HANDLE_T scif_controller_handle; local
230 &scif_controller_handle);
233 scif_controller_handle, NULL);
236 controller->scif_controller_handle = scif_controller_handle;
239 * sci_object_get_association(scif_controller_handle)
242 sci_object_set_association(scif_controller_handle, (void *)controller);
308 scif_controller_get_scic_handle(controller->scif_controller_handle);
405 return (scif_controller_initialize(controller->scif_controller_handle));
424 controller->scif_controller_handle);
547 SCI_CONTROLLER_HANDLE_T scif_controller_handle = local
[all...]
H A Disci_remote_device.c189 controller->scif_controller_handle, remote_device->sci_object,
195 isci_task_request_complete(controller->scif_controller_handle,
202 controller->scif_controller_handle, remote_device->sci_object,
207 controller->scif_controller_handle,
242 scif_controller_get_scic_handle(controller->scif_controller_handle),
H A Disci_interrupt.c175 controller->scif_controller_handle);
205 controller->scif_controller_handle);
225 scif_controller_get_scic_handle(controller->scif_controller_handle);
H A Disci_sysctl.c53 isci->controllers[i].scif_controller_handle,
71 isci->controllers[i].scif_controller_handle,
139 scif_controller_get_scic_handle(controller->scif_controller_handle),
171 scif_controller_get_scic_handle(controller->scif_controller_handle),
H A Disci.c195 if (controller->scif_controller_handle != NULL) {
197 scif_controller_get_scic_handle(controller->scif_controller_handle));
200 status = scif_controller_stop(controller->scif_controller_handle, 0);
351 SCI_CONTROLLER_HANDLE_T scif_controller_handle; local
356 scif_controller_handle = controller->scif_controller_handle;
373 scif_controller_handle, isci->coalesce_number,
H A Disci.h160 SCI_CONTROLLER_HANDLE_T scif_controller_handle; member in struct:ISCI_CONTROLLER
278 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;
969 isci_io_request_complete(controller->scif_controller_handle,
977 controller->scif_controller_handle, smp_device_handle,
981 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.c324 scif_controller_get_domain_handle( controller->scif_controller_handle,

Completed in 104 milliseconds