Lines Matching refs:status
32 * FPGA_CONFIG_STATUS_TIMEOUT_SEC - poll the FPGA configuration status,
217 cb_data->status = BIT(SVC_STATUS_BUFFER_DONE);
235 * svc_thread_cmd_config_status() - check configuration status
241 * configuration, and then inform FPGA manager the configuration status.
253 cb_data->status = BIT(SVC_STATUS_ERROR);
255 pr_debug("%s: polling config status\n", __func__);
274 cb_data->status = BIT(SVC_STATUS_COMPLETED);
280 * svc_thread_recv_status_ok() - handle the successful status
285 * Send back the correspond status to the service clients.
299 cb_data->status = BIT(SVC_STATUS_OK);
302 cb_data->status = BIT(SVC_STATUS_BUFFER_SUBMITTED);
305 cb_data->status = BIT(SVC_STATUS_COMPLETED);
309 cb_data->status = BIT(SVC_STATUS_OK);
313 cb_data->status = BIT(SVC_STATUS_OK);
443 cbdata->status = BIT(SVC_STATUS_ERROR);
445 cbdata->status = BIT(SVC_STATUS_OK);
479 cbdata->status = BIT(SVC_STATUS_ERROR);
495 cbdata->status =