Lines Matching refs:result
23 u64 result, u64 mask, bool enabled)
38 while ((AFU_Cntl & mask) != result) {
715 int result;
718 result = process_element_entry_psl9(ctx, wed, amr);
719 if (result)
720 return result;
725 result = cxl_ops->afu_check_and_enable(ctx->afu);
726 if (result)
727 return result;
735 int result;
776 if ((result = cxl_ops->afu_check_and_enable(ctx->afu)))
777 return result;
799 * reset and an AFU disable should result in the AFU being disabled and
903 int result;
906 result = process_element_entry_psl9(ctx, wed, amr);
907 if (result)
908 return result;
921 result = cxl_ops->afu_reset(afu);
922 if (result)
923 return result;