Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
334 struct scsi_target { struct335 struct scsi_device *starget_sdev_user;336 struct list_head siblings;337 struct list_head devices;338 struct device dev;339 struct kref reap_ref; /* last put renders target invisible */340 unsigned int channel;341 unsigned int id; /* target id ... replace343 unsigned int create:1; /* signal that it needs to be added */367 enum scsi_target_state state; argument[all …]