Lines Matching defs:pass
649 int pass, count, result, resid;
658 /* Perform up to 3 passes. The first pass uses a conservative
663 pass = 1;
667 "scsi scan: INQUIRY pass %d length %d\n",
668 pass, try_inquiry_len));
670 /* Each pass gets up to three chances to ignore Unit Attention */
733 /* When the first pass succeeds we gain information about
735 if (pass == 1) {
753 /* If more data is available perform the second pass */
756 pass = 2;
761 } else if (pass == 2) {
767 /* If this pass failed, the third pass goes back and transfers
768 * the same amount as we successfully got in the first pass. */
770 pass = 3;