Lines Matching refs:sequence

86    SATI_TRANSLATOR_SEQUENCE_T * sequence,  in sati_write_buffer_translate_command()  argument
105 sequence->allocation_length = allocation_length; in sati_write_buffer_translate_command()
115 sati_ata_write_buffer_construct(ata_io, sequence); in sati_write_buffer_translate_command()
116 sequence->type = SATI_SEQUENCE_WRITE_BUFFER; in sati_write_buffer_translate_command()
117 sequence->state = SATI_SEQUENCE_STATE_AWAIT_RESPONSE; in sati_write_buffer_translate_command()
123 sequence, in sati_write_buffer_translate_command()
131 sequence->state = SATI_SEQUENCE_STATE_FINAL; in sati_write_buffer_translate_command()
140 sequence, in sati_write_buffer_translate_command()
146 sequence->type = SATI_SEQUENCE_WRITE_BUFFER_MICROCODE; in sati_write_buffer_translate_command()
147 sequence->state = SATI_SEQUENCE_STATE_AWAIT_RESPONSE; in sati_write_buffer_translate_command()
154 (allocation_blocks <= sequence->device->max_blocks_per_microcode_command) && in sati_write_buffer_translate_command()
155 ((allocation_blocks >= sequence->device->min_blocks_per_microcode_command) || in sati_write_buffer_translate_command()
160 sequence, in sati_write_buffer_translate_command()
166 sequence->type = SATI_SEQUENCE_WRITE_BUFFER_MICROCODE; in sati_write_buffer_translate_command()
167 sequence->state = SATI_SEQUENCE_STATE_AWAIT_RESPONSE; in sati_write_buffer_translate_command()
173 sequence, in sati_write_buffer_translate_command()
181 sequence->state = SATI_SEQUENCE_STATE_FINAL; in sati_write_buffer_translate_command()
188 sequence, in sati_write_buffer_translate_command()
196 sequence->state = SATI_SEQUENCE_STATE_FINAL; in sati_write_buffer_translate_command()
215 SATI_TRANSLATOR_SEQUENCE_T * sequence, in sati_write_buffer_translate_response() argument
227 sequence, in sati_write_buffer_translate_response()
238 switch(sequence->type) in sati_write_buffer_translate_response()
242 sequence, in sati_write_buffer_translate_response()
258 sequence->state = SATI_SEQUENCE_STATE_FINAL; in sati_write_buffer_translate_response()