Searched refs:osst_wait_ready (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | osst.c | 749 static int osst_wait_ready(struct osst_tape * STp, struct osst_request ** aSRpnt, in osst_wait_ready() function 873 osst_wait_ready(STp, aSRpnt, 15 * 60, 0); /* TODO - can this catch a write error? */ in osst_position_tape_and_confirm() 876 osst_wait_ready(STp, aSRpnt, 15 * 60, OSST_WAIT_POSITION_COMPLETE); in osst_position_tape_and_confirm() 910 result |= osst_wait_ready(STp, aSRpnt, 5 * 60, delay); in osst_flush_drive_buffer() 1551 osst_wait_ready(STp, aSRpnt, 60, OSST_WAIT_POSITION_COMPLETE); in osst_read_back_buffer_and_rewrite() 2243 osst_wait_ready(STp, aSRpnt, 60 * 5, 0); in osst_write_filler() 2269 osst_wait_ready(STp, aSRpnt, 60 * 5, 0); in __osst_write_header() 2390 osst_wait_ready(STp, aSRpnt, 60 * 15, 0); in __osst_analyze_headers() 3015 osst_wait_ready(STp, aSRpnt, 5 * 60, OSST_WAIT_POSITION_COMPLETE); in osst_set_frame_position() 4431 ioctl_result = osst_wait_ready(STp, &SRpnt, 5 * 60, OSST_WAIT_POSITION_COMPLETE); in osst_int_ioctl() [all …]
|