Home
last modified time | relevance | path

Searched refs:associated_object (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_base_object.c76 return ((SCI_BASE_OBJECT_T *) object)->associated_object; in sci_object_get_association()
85 void * associated_object in sci_object_set_association() argument
88 ((SCI_BASE_OBJECT_T *)object)->associated_object = associated_object; in sci_object_set_association()
103 base_object->associated_object = NULL; in sci_base_object_construct()
H A Dscif_sas_io_request.c478 fw_io->parent.parent.parent.associated_object in scic_cb_io_request_get_transfer_length()
492 fw_io->parent.parent.parent.associated_object in scic_cb_io_request_get_data_direction()
508 fw_io->parent.parent.parent.associated_object, in scic_cb_io_request_get_next_sge()
525 fw_io->parent.parent.parent.associated_object, sge_address in scic_cb_sge_get_address_field()
540 fw_io->parent.parent.parent.associated_object, in scic_cb_sge_get_length_field()
555 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_cdb_address()
569 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_cdb_length()
586 fw_request->parent.parent.associated_object in scic_cb_stp_packet_io_request_get_cdb_address()
608 fw_request->parent.parent.associated_object in scic_cb_stp_packet_io_request_get_cdb_length()
625 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_lun()
[all …]
H A Dsci_object.h115 void * associated_object
118 #define sci_object_set_association(base_object, associated_object) \ argument
119 ((*((void **)base_object)) = (associated_object))
H A Dscif_sas_task_request.c384 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_lun()
413 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_io_tag_to_manage()
429 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_response_data_address()
443 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_response_data_length()
H A Dsci_base_object.h87 void * associated_object; member