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