Lines Matching +full:sense +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
11 /* Descriptor for analyzed sense data */
29 unsigned char sense[SCSI_SENSE_BUFFERSIZE]; member
38 unsigned char dma; /* DMA-able buffer */
59 /* The tape mode definition */
68 short default_density; /* Forced density, -1 = no value */
69 int default_blksize; /* Forced blocksize, -1 = no value */
71 struct device *devs[2]; /* Auto-rewind and non-rewind devices */
72 struct cdev *cdevs[2]; /* Auto-rewind and non-rewind devices */
79 #define ST_MODE_SHIFT (7 - ST_NBR_MODE_BITS)
80 #define ST_MODE_MASK ((ST_NBR_MODES - 1) << ST_MODE_SHIFT)
82 #define ST_MAX_TAPES (1 << (20 - (ST_NBR_MODE_BITS + 1)))
139 unsigned char cln_mode; /* 0 = none, otherwise sense byte nbr */
142 unsigned char use_pf; /* Set Page Format bit in all mode selects? */
147 unsigned char sili; /* use SILI when reading in variable b mode */
152 /* Mode characteristics */
172 unsigned char autorew_dev; /* auto-rewind device */
232 /* Positioning SCSI-commands for Tandberg, etc. drives */
243 /* Masks for some conditions in the sense data */