Lines Matching refs:status
32 * FPGA_CONFIG_STATUS_TIMEOUT_SEC - poll the FPGA configuration status,
224 cb_data->status = BIT(SVC_STATUS_BUFFER_DONE);
242 * svc_thread_cmd_config_status() - check configuration status
248 * configuration, and then inform FPGA manager the configuration status.
261 cb_data->status = BIT(SVC_STATUS_ERROR);
263 pr_debug("%s: polling config status\n", __func__);
289 pr_err("%s: poll status timeout\n", __func__);
290 cb_data->status = BIT(SVC_STATUS_BUSY);
292 cb_data->status = BIT(SVC_STATUS_COMPLETED);
297 pr_err("%s: poll status error\n", __func__);
302 cb_data->status = BIT(SVC_STATUS_ERROR);
309 * svc_thread_recv_status_ok() - handle the successful status
314 * Send back the correspond status to the service clients.
332 cb_data->status = BIT(SVC_STATUS_OK);
335 cb_data->status = BIT(SVC_STATUS_BUFFER_SUBMITTED);
338 cb_data->status = BIT(SVC_STATUS_COMPLETED);
344 cb_data->status = BIT(SVC_STATUS_OK);
348 cb_data->status = BIT(SVC_STATUS_OK);
353 cb_data->status = BIT(SVC_STATUS_OK);
360 cb_data->status = BIT(SVC_STATUS_OK);
366 cb_data->status = BIT(SVC_STATUS_OK);
576 cbdata->status = BIT(SVC_STATUS_ERROR);
578 cbdata->status = BIT(SVC_STATUS_OK);
618 cbdata->status = BIT(SVC_STATUS_INVALID_PARAM);
630 cbdata->status = BIT(SVC_STATUS_ERROR);
646 cbdata->status =