Home
last modified time | relevance | path

Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_device.h296 struct scsi_target { struct
297 struct scsi_device *starget_sdev_user;
298 struct list_head siblings;
299 struct list_head devices;
300 struct device dev;
301 struct kref reap_ref; /* last put renders target invisible */
302 unsigned int channel;
303 unsigned int id; /* target id ... replace
305 unsigned int create:1; /* signal that it needs to be added */
329 enum scsi_target_state state; argument
[all …]