Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
349 struct scsi_target { struct350 struct scsi_device *starget_sdev_user;351 struct list_head siblings;352 struct list_head devices;353 struct device dev;354 struct kref reap_ref; /* last put renders target invisible */355 unsigned int channel;356 unsigned int id; /* target id ... replace358 unsigned int create:1; /* signal that it needs to be added */382 enum scsi_target_state state; argument[all …]