Home
last modified time | relevance | path

Searched defs:osst_tape (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/scsi/
Dosst.h533 struct osst_tape { struct
534 struct scsi_driver *driver;
535 unsigned capacity;
536 struct scsi_device *device;
537 struct mutex lock; /* for serialization */
538 struct completion wait; /* for SCSI commands */
539 struct osst_buffer * buffer;
542 unsigned char omit_blklims;
543 unsigned char do_auto_lock;
544 unsigned char can_bsr;
[all …]