Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_device.h290 struct scsi_target { struct
291 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 ... replace
299 unsigned int create:1; /* signal that it needs to be added */
323 enum scsi_target_state state; argument
[all …]
/kernel/linux/linux-6.6/include/scsi/
Dscsi_device.h334 struct scsi_target { struct
335 struct scsi_device *starget_sdev_user;
336 struct list_head siblings;
337 struct list_head devices;
338 struct device dev;
339 struct kref reap_ref; /* last put renders target invisible */
340 unsigned int channel;
341 unsigned int id; /* target id ... replace
343 unsigned int create:1; /* signal that it needs to be added */
367 enum scsi_target_state state; argument
[all …]