Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_device.h349 struct scsi_target { struct
350 struct scsi_device *starget_sdev_user;
351 struct list_head siblings;
352 struct list_head devices;
353 struct device dev;
354 struct kref reap_ref; /* last put renders target invisible */
355 unsigned int channel;
356 unsigned int id; /* target id ... replace
358 unsigned int create:1; /* signal that it needs to be added */
382 enum scsi_target_state state; argument
[all …]