Searched defs:sg_device (Results 1 – 1 of 1) sorted by relevance
169 typedef struct sg_device { /* holds the state of each scsi generic device */ struct170 struct scsi_device *device;171 wait_queue_head_t o_excl_wait; /* queue open() when O_EXCL in use */172 int sg_tablesize; /* adapter's max scatter-gather table size */173 u32 index; /* device index number */174 struct list_head sfds;175 volatile char detached; /* 0->attached, 1->detached pending removal */176 volatile char exclude; /* opened for exclusive access */177 char sgdebug; /* 0->off, 1->sense, 9->dump dev, 10-> all devs */178 struct gendisk *disk;[all …]