Lines Matching full:parent

123    // Construct the parent object first in order to ensure logging can  in scif_sas_io_request_construct()
126 &fw_io->parent, in scif_sas_io_request_construct()
138 &fw_io->parent.core_object in scif_sas_io_request_construct()
147 sci_object_set_association(fw_io->parent.core_object, fw_io); in scif_sas_io_request_construct()
151 status = scic_io_request_construct_basic_ssp(fw_io->parent.core_object); in scif_sas_io_request_construct()
155 sati_sequence_construct(&fw_io->parent.stp.sequence); in scif_sas_io_request_construct()
171 &fw_io->parent.parent.state_machine_logger, in scif_sas_io_request_construct()
172 &fw_io->parent.parent.state_machine, in scif_sas_io_request_construct()
173 &fw_io->parent.parent.parent, in scif_sas_io_request_construct()
205 sati_get_number_data_bytes_set(&(fw_request->parent.stp.sequence)); in scif_io_request_get_number_of_bytes_transferred()
212 U8 sat_protocol = fw_request->parent.stp.sequence.protocol; in scif_io_request_get_number_of_bytes_transferred()
284 // Construct the parent object first in order to ensure logging can in scif_request_construct()
287 &fw_io->parent, in scif_request_construct()
299 &fw_io->parent.core_object in scif_request_construct()
308 sci_object_set_association(fw_io->parent.core_object, fw_io); in scif_request_construct()
311 &fw_io->parent.parent.state_machine_logger, in scif_request_construct()
312 &fw_io->parent.parent.state_machine, in scif_request_construct()
313 &fw_io->parent.parent.parent, in scif_request_construct()
351 // Construct the parent object first in order to ensure logging can in scif_io_request_construct_with_core()
354 &fw_io->parent, in scif_io_request_construct_with_core()
360 fw_io->parent.core_object = scic_io_request; in scif_io_request_construct_with_core()
364 sci_object_set_association(fw_io->parent.core_object, fw_io); in scif_io_request_construct_with_core()
368 &fw_io->parent.parent.state_machine_logger, in scif_io_request_construct_with_core()
369 &fw_io->parent.parent.state_machine, in scif_io_request_construct_with_core()
370 &fw_io->parent.parent.parent, in scif_io_request_construct_with_core()
387 return (scic_io_request_get_response_iu_address(fw_io->parent.core_object )); in scif_io_request_get_response_iu_address()
397 return fw_io->parent.core_object; in scif_io_request_get_scic_handle()
427 status = fw_request->state_handlers->complete_handler(&fw_request->parent); in scic_cb_io_request_complete()
478 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()
639 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_task_attribute()
653 fw_io->parent.parent.parent.associated_object in scic_cb_ssp_io_request_get_command_priority()
726 // Construct the parent object first in order to ensure logging can in scif_sas_io_request_construct_smp()
729 &fw_io->parent, in scif_sas_io_request_construct_smp()
741 &fw_io->parent.core_object in scif_sas_io_request_construct_smp()
748 sci_object_set_association(fw_io->parent.core_object, fw_io); in scif_sas_io_request_construct_smp()
750 scif_sas_smp_request_construct(&fw_io->parent, smp_command); in scif_sas_io_request_construct_smp()
752 fw_io->parent.is_high_priority = TRUE; in scif_sas_io_request_construct_smp()
755 &fw_io->parent.parent.state_machine_logger, in scif_sas_io_request_construct_smp()
756 &fw_io->parent.parent.state_machine, in scif_sas_io_request_construct_smp()
757 &fw_io->parent.parent.parent, in scif_sas_io_request_construct_smp()