Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/userspace-api/ioctl/
Dhdio.rst202 data_phase see below
280 data_phase See below
333 3. The requested data_phase is TASKFILE_NO_DATA.
353 The data_phase field describes the data transfer to be
/Linux-v5.15/include/uapi/linux/
Dhdreg.h65 int data_phase; member
/Linux-v5.15/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.15/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()