Searched refs:data_phase (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-taskfile.c92 args.data_phase = TASKFILE_IN;
322 switch (drive->hwif->data_phase) {
340 switch (hwif->data_phase) {
461 drive->hwif->data_phase ? "MULT" : "",
585 args.data_phase = req_task->data_phase;
589 switch(req_task->data_phase) {
777 if (task->data_phase == TASKFILE_MULTI_IN ||
778 task->data_phase == TASKFILE_MULTI_OUT) {
841 switch(task->data_phase) {
[all...]
H A Dide-disk.c275 hwif->data_phase = TASKFILE_MULTI_IN;
278 hwif->data_phase = TASKFILE_IN;
286 hwif->data_phase = TASKFILE_MULTI_OUT;
289 hwif->data_phase = TASKFILE_OUT;
586 args.data_phase = TASKFILE_IN;
602 args.data_phase = TASKFILE_IN;
H A Dide-io.c863 hwif->data_phase = args->data_phase;
865 switch (hwif->data_phase) {
H A Dide-acpi.c353 args.data_phase = TASKFILE_IN;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdreg.h123 int data_phase; member in struct:ide_task_request_s
H A Dide.h756 int data_phase; member in struct:hwif_s
1135 int data_phase; member in struct:ide_task_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h403 uint8_t data_phase; /* Data-In or Data-Out */ member in struct:target_status
436 uint8_t data_phase; /* Data-In or Data-Out */ member in struct:target_data
H A Daic7xxx.h397 uint8_t data_phase; /* Data-In or Data-Out */ member in struct:target_data

Completed in 94 milliseconds