Searched defs:sg_device (Results 1 – 1 of 1) sorted by relevance
163 struct scsi_device *device;166 int sg_tablesize; /* adapter's max scatter-gather table size */167 u32 index; /* device index number */168 struct list_head sfds;169 rwlock_t sfd_lock; /* protect access to sfd list */171 bool exclude; /* 1->open(O_EXCL) succeeded and is active */172 int open_cnt; /* count of opens (perhaps < num(sfds) ) */173 char sgdebug; /* 0->off, 1->sense, 9->dump dev, 10-> all devs */174 char name[DISK_NAME_LEN];175 struct cdev * cdev; /* char_dev [sysfs: /sys/cdev/major/sg<n>] */[all …]