Searched defs:scsi_target (Results 1 – 1 of 1) sorted by relevance
236 struct scsi_target { struct237 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; argument270 #define to_scsi_target(d) container_of(d, struct scsi_target, dev) argument271 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) in scsi_target() function