Searched refs:do_wait (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dst.c521 /* Do the scsi command. Waits until command performed if do_wait is true.
526 int bytes, int direction, int timeout, int retries, int do_wait)
533 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
551 if (!do_wait)
580 } else if (do_wait) {
905 static int test_ready(struct scsi_tape *STp, int do_wait)
913 max_wait = do_wait ? ST_BLOCK_SECONDS : 0;
981 int i, retval, new_session = 0, do_wait;
1004 do_wait = ((filp->f_flags & O_NONBLOCK) == 0);
1005 retval = test_ready(STp, do_wait);
523 st_do_scsi(struct st_request * SRpnt, struct scsi_tape * STp, unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) argument
901 test_ready(struct scsi_tape *STp, int do_wait) argument
977 int i, retval, new_session = 0, do_wait; local
[all...]
H A Dosst.c422 /* Do the scsi command. Waits until command performed if do_wait is true.
426 unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait)
437 if (!do_wait && ((STp->buffer)->last_SRpnt)) {
463 if (!do_wait)
487 else if (do_wait) {
424 osst_do_scsi(struct osst_request *SRpnt, struct osst_tape *STp, unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) argument

Completed in 72 milliseconds