Searched refs:sci_object_get_association (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_object.h90 void * sci_object_get_association(
94 #define sci_object_get_association(object) (*((void **)object)) macro
101 * sci_object_get_association() method.
H A Dscif_sas_timer.c76 sci_object_get_association(controller);
89 sci_object_get_association(controller);
106 sci_object_get_association(controller);
119 sci_object_get_association(controller);
H A Dscif_sas_sati_binding.h92 sci_object_get_association(scsi_io),(byte_offset)\
100 sci_object_get_association(scsi_io),(byte_offset)\
106 scif_cb_io_request_get_cdb_address(sci_object_get_association(scsi_io))
109 scif_cb_io_request_get_cdb_length(sci_object_get_association(scsi_io))
115 sci_object_get_association(scsi_io) \
126 scif_cb_io_request_get_lun(sci_object_get_association(scsi_io))
H A Dsci_base_object.c72 void * sci_object_get_association( function
H A Dscif_sas_domain.c282 sci_base_object_get_logger((SCIF_SAS_DOMAIN_T*)sci_object_get_association(port)),
297 sci_object_get_association(port);
308 ASSERT(sci_object_get_association(controller) == fw_domain->controller);
324 sci_object_get_association(port);
335 ASSERT(sci_object_get_association(controller) == fw_domain->controller);
357 sci_object_get_association(port);
384 sci_object_get_association(controller),
405 sci_object_get_association(port);
408 sci_object_get_association(controller);
443 sci_base_object_get_logger(sci_object_get_association(por
[all...]
H A Dscif_sas_stp_io_request.c589 (SCIF_SAS_REQUEST_T *) sci_object_get_association(scic_user_io_request);
592 sci_object_get_association(fw_request),
606 (SCIF_SAS_REQUEST_T *)sci_object_get_association(scic_user_io_request);
609 sci_object_get_association(fw_request),
H A Dscif_sas_task_request.c314 sci_object_get_association(controller);
316 sci_object_get_association(remote_device);
318 sci_object_get_association(task_request);
H A Dscif_sas_io_request.c411 sci_object_get_association(controller);
413 sci_object_get_association(remote_device);
415 sci_object_get_association(io_request);
808 (void *)sci_object_get_association(fw_request),
H A Dscif_sas_remote_device.c387 sci_object_get_association(remote_device);
410 sci_object_get_association(remote_device);
432 sci_object_get_association(remote_device);
446 sci_object_get_association(remote_device);
H A Dscif_sas_smp_io_request.c564 (void *)sci_object_get_association(old_io),
575 (void *)sci_object_get_association(old_io),
H A Dscif_sas_controller.c720 sci_object_get_association(controller);
751 sci_object_get_association(controller);
787 sci_object_get_association(controller);
H A Dscif_sas_smp_remote_device.c1509 (void *)sci_object_get_association(fw_request),
/freebsd-10.0-release/sys/dev/isci/
H A Disci_domain.c70 (struct ISCI_CONTROLLER *)sci_object_get_association(controller);
108 (struct ISCI_CONTROLLER *)sci_object_get_association(controller),
109 (struct ISCI_DOMAIN *) sci_object_get_association(domain));
149 struct ISCI_DOMAIN *isci_domain = sci_object_get_association(domain);
151 sci_object_get_association(controller);
204 (struct ISCI_DOMAIN *)sci_object_get_association(domain);
253 (struct ISCI_DOMAIN *)sci_object_get_association(domain);
255 (struct ISCI_CONTROLLER *)sci_object_get_association(controller);
293 (struct ISCI_REMOTE_DEVICE *)sci_object_get_association(remote_device);
295 (struct ISCI_DOMAIN *)sci_object_get_association(domai
[all...]
H A Disci_task_request.c180 (struct ISCI_TASK_REQUEST *)sci_object_get_association(task_request);
182 (struct ISCI_CONTROLLER *)sci_object_get_association(scif_controller);
184 (struct ISCI_REMOTE_DEVICE *)sci_object_get_association(remote_device);
H A Disci_timer.c130 sci_object_get_association(scif_controller);
160 sci_object_get_association(scif_controller);
H A Disci_io_request.c73 (struct ISCI_IO_REQUEST *)sci_object_get_association(io_request);
91 isci_controller = (struct ISCI_CONTROLLER *) sci_object_get_association(scif_controller);
93 (struct ISCI_REMOTE_DEVICE *) sci_object_get_association(remote_device);
325 sci_object_get_association(io_request);
327 sci_object_get_association(scif_request);
348 (SCI_CONTROLLER_HANDLE_T) sci_object_get_association(controller);
350 (struct ISCI_CONTROLLER *)sci_object_get_association(scif_controller);
794 sci_object_get_association(request->parent.remote_device_handle);
821 sci_object_get_association(sci_object_get_association(core_reques
[all...]
H A Disci.c578 (SCI_CONTROLLER_HANDLE_T) sci_object_get_association(scic_controller);
580 (struct ISCI_CONTROLLER *) sci_object_get_association(scif_controller);
605 (SCI_CONTROLLER_HANDLE_T)sci_object_get_association(scic_controller);
607 (struct ISCI_CONTROLLER *)sci_object_get_association(scif_controller);
H A Disci_remote_device.c65 sci_object_get_association(remote_device);
67 sci_object_get_association(controller);
H A Disci_controller.c97 sci_object_get_association(controller);
146 sci_object_get_association(controller);
174 sci_object_get_association(controller);
213 sci_object_get_association(controller);
239 * sci_object_get_association(scif_controller_handle)

Completed in 274 milliseconds