Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dosst.c183 static int osst_int_ioctl(struct osst_tape *STp, struct osst_request ** aSRpnt,
186 static int osst_set_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt, int frame,…
188 static int osst_get_frame_position(struct osst_tape *STp, struct osst_request ** aSRpnt);
190 static int osst_flush_write_buffer(struct osst_tape *STp, struct osst_request ** aSRpnt);
192 static int osst_write_error_recovery(struct osst_tape * STp, struct osst_request ** aSRpnt, int pen…
747 static int osst_wait_ready(struct osst_tape * STp, struct osst_request ** aSRpnt, in osst_wait_ready() argument
766 SRpnt = osst_do_scsi(*aSRpnt, STp, cmd, 0, DMA_NONE, STp->timeout, MAX_RETRIES, 1); in osst_wait_ready()
767 *aSRpnt = SRpnt; in osst_wait_ready()
789 *aSRpnt = SRpnt; in osst_wait_ready()
794 osst_write_error_recovery(STp, aSRpnt, 0) ) { in osst_wait_ready()
[all …]
Dst.c1840 struct st_request ** aSRpnt) in read_tape() argument
1884 SRpnt = *aSRpnt; in read_tape()
1889 *aSRpnt = SRpnt; in read_tape()
1937 SRpnt = *aSRpnt = NULL; in read_tape()