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