Lines Matching refs:task

62  *        task management requests.
76 * based task managment request object.
78 * @return Return the size of the SCIC task request object.
86 * task management requests, regardless of protocol. Memory
87 * initialization and functionality common to all task request types
91 * the user task request object and the core task request object.
94 * for which to build the task managmement request.
96 * object for which to build the task management request.
99 * memory when the task is allocated internally during the
108 * task request to be utilized during construction. This task
110 * task request object.
115 * interactions with the core task request object.
117 * @return Indicate if the controller successfully built the task request.
118 * @retval SCI_SUCCESS This value is returned if the task request was
132 * SSP task management requests. Memory initialization and
133 * functionality common to all task request types is performed in
137 * to the core task request object for which to construct
138 * a SATA specific task management request.
140 * @return Indicate if the controller successfully built the task request.
141 * @retval SCI_SUCCESS This value is returned if the task request was
150 * SATA task management requests. Memory initialization and
151 * functionality common to all task request types is performed in
155 * handle to the core task request object for which to construct
156 * a SATA specific task management request.
158 * @return Indicate if the controller successfully built the task request.
159 * @retval SCI_SUCCESS This value is returned if the task request was
169 #define scic_task_request_construct(controller, dev, tag, task, mem, handle) \
171 #define scic_task_request_construct_ssp(task) SCI_FAILURE
172 #define scic_task_request_construct_sata(task) SCI_FAILURE