Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
305 struct scsi_target { struct306 struct scsi_device *starget_sdev_user;307 struct list_head siblings;308 struct list_head devices;309 struct device dev;310 struct kref reap_ref; /* last put renders target invisible */311 unsigned int channel;312 unsigned int id; /* target id ... replace314 unsigned int create:1; /* signal that it needs to be added */338 enum scsi_target_state state; argument[all …]