Home
last modified time | relevance | path

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

/linux-4.4.14/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…
749 static int osst_wait_ready(struct osst_tape * STp, struct osst_request ** aSRpnt, in osst_wait_ready() argument
768 SRpnt = osst_do_scsi(*aSRpnt, STp, cmd, 0, DMA_NONE, STp->timeout, MAX_RETRIES, 1); in osst_wait_ready()
769 *aSRpnt = SRpnt; in osst_wait_ready()
791 *aSRpnt = SRpnt; in osst_wait_ready()
796 osst_write_error_recovery(STp, aSRpnt, 0) ) { in osst_wait_ready()
[all …]
Dst.c1900 struct st_request ** aSRpnt) in read_tape() argument
1943 SRpnt = *aSRpnt; in read_tape()
1948 *aSRpnt = SRpnt; in read_tape()
1998 SRpnt = *aSRpnt = NULL; in read_tape()