Searched defs:scsi_target (Results 1 – 2 of 2) sorted by relevance
290 struct scsi_target { struct291 struct scsi_device *starget_sdev_user;292 struct list_head siblings;293 struct list_head devices;294 struct device dev;295 struct kref reap_ref; /* last put renders target invisible */296 unsigned int channel;297 unsigned int id; /* target id ... replace299 unsigned int create:1; /* signal that it needs to be added */323 enum scsi_target_state state; argument[all …]
335 struct scsi_target { struct336 struct scsi_device *starget_sdev_user;337 struct list_head siblings;338 struct list_head devices;339 struct device dev;340 struct kref reap_ref; /* last put renders target invisible */341 unsigned int channel;342 unsigned int id; /* target id ... replace344 unsigned int create:1; /* signal that it needs to be added */368 enum scsi_target_state state; argument[all …]