Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
273 struct scsi_target { struct274 struct scsi_device *starget_sdev_user;275 struct list_head siblings;276 struct list_head devices;277 struct device dev;278 struct kref reap_ref; /* last put renders target invisible */279 unsigned int channel;280 unsigned int id; /* target id ... replace282 unsigned int create:1; /* signal that it needs to be added */306 enum scsi_target_state state; argument[all …]