Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
289 struct scsi_target { struct290 struct scsi_device *starget_sdev_user;291 struct list_head siblings;292 struct list_head devices;293 struct device dev;294 struct kref reap_ref; /* last put renders target invisible */295 unsigned int channel;296 unsigned int id; /* target id ... replace298 unsigned int create:1; /* signal that it needs to be added */322 enum scsi_target_state state; argument[all …]