Lines Matching full:ssp
134 * This macro returns the sizeof memory required to store the an SSP IO
148 * This macro returns the address of the ssp command buffer in the io
157 * This macro aligns the ssp command buffer in DWORD alignment
166 * This macro returns the DWORD-aligned ssp command buffer
175 * This macro returns the address of the ssp response buffer in the io
185 * This macro aligns the ssp response buffer in DWORD-aligned fashion
194 * This macro returns the DWORD-aligned ssp response buffer
234 * This macro returns the sizeof of memory required to store an SSP Task
244 * This macro returns the address of the ssp command buffer in the task
254 * This macro returns the address of the ssp response buffer in the task
264 * This macro returs the task context buffer for the SSP task request.
346 * This method returns the size required to store an SSP IO request object.
556 * @brief This method constructs the SSP Command IU data for this io
560 * which the SSP command information unit is being built.
616 * @brief This method constructs the SSP Task IU data for this io request
651 * SSP request.
700 //task_context->type.ssp.tag = this_request->io_tag; in scu_ssp_reqeust_construct_task_context()
764 * @brief This method is will fill in the SCU Task Context for a SSP IO
785 task_context->type.ssp.frame_type = SCI_SAS_COMMAND_FRAME; in scu_ssp_io_request_construct_task_context()
810 * for SSP Task requests.
837 * @brief This method will fill in the SCU Task Context for a SSP Task
869 task_context->type.ssp.frame_type = SCI_SAS_TASK_FRAME; in scu_ssp_task_request_construct_task_context()
877 * @brief This method constructs the SSP Command IU data for this
878 * ssp passthrough comand request object.
881 * which the SSP command information unit is being built.
961 * This method returns the size required to store an SSP task request object.
1239 // Construct the SSP Task SCU Task Context in scic_task_request_construct_ssp()
1242 // Fill in the SSP Task IU in scic_task_request_construct_ssp()
1302 //build the ssp command iu from the pass through buffer in scic_io_request_construct_ssp_pass_through()
1542 // = start of task context SRAM + offset of (type.ssp.data_offset) in scic_io_request_get_number_of_bytes_transferred()
1548 … ( SCU_TASK_CONTEXT_SRAM + SCI_FIELD_OFFSET(SCU_TASK_CONTEXT_T, type.ssp.data_offset) ) + in scic_io_request_get_number_of_bytes_transferred()
1994 // SSP/SMP Frame in scic_sds_request_constructed_state_start_handler()
1995 task_context->type.ssp.tag = this_request->io_tag; in scic_sds_request_constructed_state_start_handler()
1996 task_context->type.ssp.target_port_transfer_tag = 0xFFFF; in scic_sds_request_constructed_state_start_handler()
2255 //both stp/ssp device gets suspended in scic_sds_request_started_state_tc_completion_handler()
2273 //neither ssp nor stp gets suspended. in scic_sds_request_started_state_tc_completion_handler()