Home
last modified time | relevance | path

Searched refs:data_phase (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/ide/
Dide-taskfile.c565 if (req_task->data_phase == TASKFILE_IN_DMAQ || in ide_taskfile_ioctl()
566 req_task->data_phase == TASKFILE_IN_DMA) in ide_taskfile_ioctl()
572 switch (req_task->data_phase) { in ide_taskfile_ioctl()
/Linux-v4.19/include/uapi/linux/
Dhdreg.h65 int data_phase; member
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.h406 uint8_t data_phase; /* Data-In or Data-Out */ member
439 uint8_t data_phase; /* Data-In or Data-Out */ member
Daic7xxx.h400 uint8_t data_phase; /* Data-In or Data-Out */ member
/Linux-v4.19/Documentation/ioctl/
Dhdio.txt555 data_phase see below
627 data_phase See below
675 3. The requested data_phase is TASKFILE_NO_DATA.
693 The data_phase field describes the data transfer to be
/Linux-v4.19/drivers/block/mtip32xx/
Dmtip32xx.c131 int data_phase; member
1894 switch (req_task->data_phase) { in exec_drive_taskfile()
1995 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()