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