Home
last modified time | relevance | path

Searched refs:SVC_STATUS_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/fpga/
H A Dstratix10-soc.c158 for (i = 0; i <= SVC_STATUS_ERROR; i++) in s10_receive_callback()
329 if (test_and_clear_bit(SVC_STATUS_ERROR, &priv->status)) { in s10_ops_write()
330 dev_err(dev, "ERROR - giving up - SVC_STATUS_ERROR\n"); in s10_ops_write()
380 if (test_and_clear_bit(SVC_STATUS_ERROR, &priv->status)) { in s10_ops_write_complete()
381 dev_err(dev, "ERROR - giving up - SVC_STATUS_ERROR\n"); in s10_ops_write_complete()
/linux/include/linux/firmware/intel/
H A Dstratix10-svc-client.h51 #define SVC_STATUS_ERROR 5 macro
85 * FPGA configuration, return status is SVC_STATUS_SUBMITTED or SVC_STATUS_ERROR
88 * status is SVC_STATUS_COMPLETED, or SVC_STATUS_BUSY, or SVC_STATUS_ERROR
91 * status is SVC_STATUS_COMPLETED, or SVC_STATUS_BUSY, or SVC_STATUS_ERROR
97 * return status is SVC_STATUS_OK or SVC_STATUS_ERROR
101 * SVC_STATUS_ERROR
104 * return status is SVC_STATUS_OK or SVC_STATUS_ERROR
107 * return status is SVC_STATUS_OK or SVC_STATUS_ERROR
110 * is SVC_STATUS_OK or SVC_STATUS_ERROR
113 * return statis is SVC_STATUS_OK, SVC_STATUS_ERROR o
[all...]
/linux/drivers/firmware/
H A Dstratix10-svc.c261 cb_data->status = BIT(SVC_STATUS_ERROR); in svc_thread_cmd_config_status()
302 cb_data->status = BIT(SVC_STATUS_ERROR); in svc_thread_cmd_config_status()
576 cbdata->status = BIT(SVC_STATUS_ERROR); in svc_normal_to_secure_thread()
630 cbdata->status = BIT(SVC_STATUS_ERROR); in svc_normal_to_secure_thread()
H A Dstratix10-rsu.c159 else if (data->status == BIT(SVC_STATUS_ERROR)) in rsu_command_callback()