Lines Matching refs:retval
2358 int ld, retval = 0;
2425 retval = 1; /* Do a scan if we couldn't get affiliation */
2440 retval = 1;
2454 return retval;
2465 int i, j, retval = 0, found = 0, doscan = 0;
2533 retval = 1; /* Do a scan if we couldn't get affiliation */
2542 retval = 1;
2609 retval = 1;
2619 return retval;
2626 int retval;
2629 retval = megasas_get_ld_vf_affiliation_111(instance, initial);
2631 retval = megasas_get_ld_vf_affiliation_12(instance, initial);
2632 return retval;
2641 int retval = 0;
2664 retval = -ENOMEM;
2689 retval = megasas_issue_blocked_cmd(instance, cmd,
2692 retval = megasas_issue_polled(instance, cmd);
2694 if (retval) {
2699 retval = 1;
2705 return retval;
8702 int retval = count;
8706 retval = -EINVAL;
8708 return retval;