Lines Matching full:task
40 * @brief This user callback will inform the user that a task management
44 * which the task management request is completing.
46 * which this task management request is completing.
47 * @param[in] task_request This parameter specifies the task management
68 * task management request.
72 * refer to the transport task information unit description
76 * task request object. It is a cookie that allows the user to
94 * @brief This method returns the task management function to be utilized
95 * for this task request.
99 * refer to the transport task information unit description
103 * task request object. It is a cookie that allows the user to
106 * @return This method returns an unsigned byte representing the task
111 /* SCIL supports many types of task management functions, but this in scif_cb_task_request_get_function()
118 * @brief This method returns the task management IO tag to be managed.
119 * Depending upon the task management function the value returned
123 * task request object. It is a cookie that allows the user to
141 * task request object. It is a cookie that allows the user to
161 * task request object. It is a cookie that allows the user to
199 "task failure (invalid state) - retrying\n"); in isci_task_request_complete()
205 "task failure (insufficient resources) - retrying\n"); in isci_task_request_complete()
212 "task timeout - not retrying\n"); in isci_task_request_complete()
219 "task timeout - retrying\n"); in isci_task_request_complete()
230 "unhandled task completion code 0x%x\n", completion_status); in isci_task_request_complete()
235 "unhandled task completion code 0x%x\n", completion_status); in isci_task_request_complete()
248 * if someone tried to start an I/O while the task was in progress. in isci_task_request_complete()