Lines Matching refs:result
22 u64 result, u64 mask, bool enabled)
37 while ((AFU_Cntl & mask) != result) {
719 int result;
722 result = process_element_entry_psl9(ctx, wed, amr);
723 if (result)
724 return result;
729 result = cxl_ops->afu_check_and_enable(ctx->afu);
730 if (result)
731 return result;
739 int result;
780 if ((result = cxl_ops->afu_check_and_enable(ctx->afu)))
781 return result;
803 * reset and an AFU disable should result in the AFU being disabled and
907 int result;
910 result = process_element_entry_psl9(ctx, wed, amr);
911 if (result)
912 return result;
925 result = cxl_ops->afu_reset(afu);
926 if (result)
927 return result;