Lines Matching refs:status
119 if (d->completion->status == DSA_COMP_INT_HANDLE_INVAL)
232 u8 *status = (u8 *)cr + idxd->data->cr_status_off;
237 switch (fault->status) {
250 if (*status == DSA_COMP_SUCCESS)
251 *status = DSA_COMP_BATCH_FAIL;
262 dev_dbg_ratelimited(dev, "Unrecognized error code: %#x\n", fault->status);
284 switch (fault->status) {
316 u8 status;
321 status = DSA_COMP_STATUS(entry_head->error);
323 if (status == DSA_COMP_CRA_XLAT || status == DSA_COMP_DRAIN_EVL ||
324 status == DSA_COMP_BATCH_EVL_ERR) {
331 if (!entry_head->rcr && status == DSA_COMP_DRAIN_EVL)
339 fault->status = status;
348 status, entry_head->operation,
521 desc->completion->status = 0;
529 * notify the submitter of the failure by reporting abort status.
535 desc->completion->status = IDXD_COMP_DESC_ABORT;
569 u8 status = desc->completion->status & DSA_COMP_STATUS_MASK;
571 if (status) {
573 * Check against the original status as ABORT is software defined
576 if (unlikely(desc->completion->status == IDXD_COMP_DESC_ABORT)) {
607 if (desc->completion->status) {
616 * Check against the original status as ABORT is software defined
619 if (unlikely(desc->completion->status == IDXD_COMP_DESC_ABORT)) {