Lines Matching defs:task
198 * task context completion after every frame submission, so in the
202 * the started raw task management request is waiting for the transmission of
203 * the initial frame (i.e. command, task, etc.).
205 * @SCI_REQ_TASK_WAIT_TC_RESP: This sub-state indicates that the started task
209 * @SCI_REQ_SMP_WAIT_RESP: This sub-state indicates that the started task
215 * (i.e. command, task, etc.).
294 struct sas_task *task, u16 tag);
303 static inline int isci_task_is_ncq_recovery(struct sas_task *task)
305 return (sas_protocol_ata(task->task_proto) &&
306 task->ata_task.fis.command == ATA_CMD_READ_LOG_EXT &&
307 task->ata_task.fis.lbal == ATA_LOG_SATA_NCQ);