Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/include/uapi/linux/
Dhdreg.h65 int data_phase; member
/Linux-v5.10/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-v5.10/Documentation/userspace-api/ioctl/
Dhdio.rst708 data_phase see below
786 data_phase See below
839 3. The requested data_phase is TASKFILE_NO_DATA.
859 The data_phase field describes the data transfer to be
/Linux-v5.10/drivers/block/mtip32xx/
Dmtip32xx.c122 int data_phase; member
1764 switch (req_task->data_phase) { in exec_drive_taskfile()
1865 if ((req_task->data_phase == TASKFILE_IN) && !(task_file_data & 1)) { in exec_drive_taskfile()