Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
297 struct scsi_target { struct298 struct scsi_device *starget_sdev_user;299 struct list_head siblings;300 struct list_head devices;301 struct device dev;302 struct kref reap_ref; /* last put renders target invisible */303 unsigned int channel;304 unsigned int id; /* target id ... replace306 unsigned int create:1; /* signal that it needs to be added */330 enum scsi_target_state state; argument[all …]