Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dscsi_device.h279 struct scsi_target { struct
280 struct scsi_device *starget_sdev_user;
281 struct list_head siblings;
282 struct list_head devices;
283 struct device dev;
284 struct kref reap_ref; /* last put renders target invisible */
285 unsigned int channel;
286 unsigned int id; /* target id ... replace
288 unsigned int create:1; /* signal that it needs to be added */
312 enum scsi_target_state state; argument
[all …]