Lines Matching refs:retval
2368 int ld, retval = 0;
2435 retval = 1; /* Do a scan if we couldn't get affiliation */
2450 retval = 1;
2464 return retval;
2475 int i, j, retval = 0, found = 0, doscan = 0;
2543 retval = 1; /* Do a scan if we couldn't get affiliation */
2552 retval = 1;
2619 retval = 1;
2629 return retval;
2636 int retval;
2639 retval = megasas_get_ld_vf_affiliation_111(instance, initial);
2641 retval = megasas_get_ld_vf_affiliation_12(instance, initial);
2642 return retval;
2651 int retval = 0;
2674 retval = -ENOMEM;
2699 retval = megasas_issue_blocked_cmd(instance, cmd,
2702 retval = megasas_issue_polled(instance, cmd);
2704 if (retval) {
2709 retval = 1;
2715 return retval;
8707 int retval = count;
8711 retval = -EINVAL;
8713 return retval;