Home
last modified time | relevance | path

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

/Linux-v4.19/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…
752 static int osst_wait_ready(struct osst_tape * STp, struct osst_request ** aSRpnt, in osst_wait_ready() argument
771 SRpnt = osst_do_scsi(*aSRpnt, STp, cmd, 0, DMA_NONE, STp->timeout, MAX_RETRIES, 1); in osst_wait_ready()
772 *aSRpnt = SRpnt; in osst_wait_ready()
794 *aSRpnt = SRpnt; in osst_wait_ready()
799 osst_write_error_recovery(STp, aSRpnt, 0) ) { in osst_wait_ready()
[all …]
Dst.c1898 struct st_request ** aSRpnt) in read_tape() argument
1941 SRpnt = *aSRpnt; in read_tape()
1946 *aSRpnt = SRpnt; in read_tape()
1999 SRpnt = *aSRpnt = NULL; in read_tape()