Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
307 struct scsi_target { struct308 struct scsi_device *starget_sdev_user;309 struct list_head siblings;310 struct list_head devices;311 struct device dev;312 struct kref reap_ref; /* last put renders target invisible */313 unsigned int channel;314 unsigned int id; /* target id ... replace316 unsigned int create:1; /* signal that it needs to be added */340 enum scsi_target_state state; argument[all …]