Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isci/scil/
Dsci_base_object.c78 return ((SCI_BASE_OBJECT_T *) object)->associated_object; in sci_object_get_association()
87 void * associated_object in sci_object_set_association() argument
90 ((SCI_BASE_OBJECT_T *)object)->associated_object = associated_object; in sci_object_set_association()
105 base_object->associated_object = NULL; in sci_base_object_construct()
Dscif_sas_io_request.c480 fw_io->parent.parent.parent.associated_object in scic_cb_io_request_get_transfer_length()
494 fw_io->parent.parent.parent.associated_object in scic_cb_io_request_get_data_direction()
510 fw_io->parent.parent.parent.associated_object, in scic_cb_io_request_get_next_sge()
527 fw_io->parent.parent.parent.associated_object, sge_address in scic_cb_sge_get_address_field()
542 fw_io->parent.parent.parent.associated_object, in scic_cb_sge_get_length_field()
557 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_cdb_address()
571 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_cdb_length()
588 fw_request->parent.parent.associated_object in scic_cb_stp_packet_io_request_get_cdb_address()
610 fw_request->parent.parent.associated_object in scic_cb_stp_packet_io_request_get_cdb_length()
627 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_lun()
[all …]
Dsci_object.h117 void * associated_object
120 #define sci_object_set_association(base_object, associated_object) \ argument
121 ((*((void **)base_object)) = (associated_object))
Dscif_sas_task_request.c386 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_lun()
415 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_io_tag_to_manage()
431 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_response_data_address()
445 fw_task->parent.parent.parent.associated_object in scic_cb_ssp_task_request_get_response_data_length()
Dsci_base_object.h89 void * associated_object; member