Home
last modified time | relevance | path

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

/drivers/scsi/
Dst.c522 int bytes, int direction, int timeout, int retries, int do_wait) in st_do_scsi() argument
529 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
547 if (!do_wait) in st_do_scsi()
574 } else if (do_wait) { in st_do_scsi()
897 static int test_ready(struct scsi_tape *STp, int do_wait) in test_ready() argument
905 max_wait = do_wait ? ST_BLOCK_SECONDS : 0; in test_ready()
973 int i, retval, new_session = 0, do_wait; in check_tape() local
996 do_wait = ((filp->f_flags & O_NONBLOCK) == 0); in check_tape()
997 retval = test_ready(STp, do_wait); in check_tape()
1126 if (do_wait && in check_tape()
Dosst.c349 unsigned char *cmd, int bytes, int direction, int timeout, int retries, int do_wait) in osst_do_scsi() argument
360 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in osst_do_scsi()
386 if (!do_wait) in osst_do_scsi()
410 else if (do_wait) { in osst_do_scsi()