Lines Matching refs:protocol
256 if ((sequence->protocol == PASSTHROUGH_PIO_DATA_IN) || in sati_passthrough_check_direction()
257 (sequence->protocol == PASSTHROUGH_UDMA_DATA_IN)) in sati_passthrough_check_direction()
268 else if ((sequence->protocol == PASSTHROUGH_PIO_DATA_OUT) || in sati_passthrough_check_direction()
269 (sequence->protocol == PASSTHROUGH_UDMA_DATA_OUT)) in sati_passthrough_check_direction()
319 sequence->protocol = PASSTHROUGH_CDB_PROTOCOL (cdb); in sati_passthrough_12_translate_command()
330 if (sequence->protocol == PASSTHROUGH_DMA) in sati_passthrough_12_translate_command()
334 sequence->protocol = PASSTHROUGH_UDMA_DATA_IN; in sati_passthrough_12_translate_command()
338 sequence->protocol = PASSTHROUGH_UDMA_DATA_OUT; in sati_passthrough_12_translate_command()
397 sequence->protocol = PASSTHROUGH_CDB_PROTOCOL(cdb); in sati_passthrough_16_translate_command()
408 if (sequence->protocol == PASSTHROUGH_DMA) in sati_passthrough_16_translate_command()
412 sequence->protocol = PASSTHROUGH_UDMA_DATA_IN; in sati_passthrough_16_translate_command()
416 sequence->protocol = PASSTHROUGH_UDMA_DATA_OUT; in sati_passthrough_16_translate_command()