Lines Matching defs:task
1017 /* Enable the port task scheduler */
1020 /* Assign all the task entries to ihost physical function */
1080 void ireq_done(struct isci_host *ihost, struct isci_request *ireq, struct sas_task *task)
1083 !(task->task_state_flags & SAS_TASK_STATE_ABORTED)) {
1087 "%s: Normal - ireq/task = %p/%p\n",
1088 __func__, ireq, task);
1089 task->lldd_task = NULL;
1090 task->task_done(task);
1093 "%s: Error - ireq/task = %p/%p\n",
1094 __func__, ireq, task);
1095 if (sas_protocol_ata(task->task_proto))
1096 task->lldd_task = NULL;
1097 sas_task_abort(task);
1100 task->lldd_task = NULL;
2711 * send/start a framework task management request.
2712 * @controller: the handle to the controller object for which to start the task
2715 * the task management request.
2716 * @task_request: the handle to the task request object to start.
2726 "%s: SCIC Controller starting task from invalid "
2738 * We will let framework know this task request started successfully,