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