Home
last modified time | relevance | path

Searched refs:osst_request (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…
203 static void osst_analyze_sense(struct osst_request *SRpnt, struct st_cmdstatus *s) in osst_analyze_sense()
235 static int osst_chk_result(struct osst_tape * STp, struct osst_request * SRpnt) in osst_chk_result()
325 struct osst_request *SRpnt = req->end_io_data; in osst_end_async()
345 static struct osst_request *osst_allocate_request(void) in osst_allocate_request()
347 return kzalloc(sizeof(struct osst_request), GFP_KERNEL); in osst_allocate_request()
[all …]
Dosst.h521 struct osst_request *last_SRpnt;
632 struct osst_request { struct