Searched refs:atapi_cdb_length (Results 1 – 1 of 1) sorted by relevance
143 U32 atapi_cdb_length; in scu_stp_packet_request_command_phase_construct_task_context() local171 atapi_cdb_length = in scu_stp_packet_request_command_phase_construct_task_context()174 memcpy(((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length); in scu_stp_packet_request_command_phase_construct_task_context()176 atapi_cdb_length = in scu_stp_packet_request_command_phase_construct_task_context()177 MAX(atapi_cdb_length, stp_request->type.packet.device_preferred_cdb_length); in scu_stp_packet_request_command_phase_construct_task_context()180 ((atapi_cdb_length % 4) == 0) ? in scu_stp_packet_request_command_phase_construct_task_context()181 (atapi_cdb_length / 4) : ((atapi_cdb_length / 4) + 1); in scu_stp_packet_request_command_phase_construct_task_context()226 U32 atapi_cdb_length = in scu_stp_packet_request_command_phase_reconstruct_raw_frame_task_context() local230 memcpy( ((U8 *)this_request->command_buffer+sizeof(U32)), atapi_cdb, atapi_cdb_length); in scu_stp_packet_request_command_phase_reconstruct_raw_frame_task_context()