Lines Matching defs:task
1015 /* Enable the port task scheduler */
1018 /* Assign all the task entries to ihost physical function */
1078 void ireq_done(struct isci_host *ihost, struct isci_request *ireq, struct sas_task *task)
1081 !(task->task_state_flags & SAS_TASK_STATE_ABORTED)) {
1085 "%s: Normal - ireq/task = %p/%p\n",
1086 __func__, ireq, task);
1087 task->lldd_task = NULL;
1088 task->task_done(task);
1091 "%s: Error - ireq/task = %p/%p\n",
1092 __func__, ireq, task);
1093 if (sas_protocol_ata(task->task_proto))
1094 task->lldd_task = NULL;
1095 sas_task_abort(task);
1098 task->lldd_task = NULL;
2710 * send/start a framework task management request.
2711 * @ihost: the handle to the controller object for which to start the task
2714 * the task management request.
2715 * @ireq: the handle to the task request object to start.
2725 "%s: SCIC Controller starting task from invalid "
2737 * We will let framework know this task request started successfully,