Home
last modified time | relevance | path

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

/linux-3.3/include/scsi/ !
Dscsi_device.h236 struct scsi_target { struct
237 struct scsi_device *starget_sdev_user;
238 struct list_head siblings;
239 struct list_head devices;
240 struct device dev;
264 enum scsi_target_state state; argument
270 #define to_scsi_target(d) container_of(d, struct scsi_target, dev) argument
271 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) in scsi_target() function