Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dosst.h534 struct osst_tape { struct
535 struct scsi_driver *driver;
536 unsigned capacity;
537 struct scsi_device *device;
538 struct mutex lock; /* for serialization */
539 struct completion wait; /* for SCSI commands */
540 struct osst_buffer * buffer;
543 unsigned char omit_blklims;
544 unsigned char do_auto_lock;
545 unsigned char can_bsr;
[all …]