Searched refs:scsi_target (Results 1 - 7 of 7) sorted by relevance

/include/scsi/
H A Dscsi_transport_spi.h27 struct scsi_target;
108 void (*get_period)(struct scsi_target *);
109 void (*set_period)(struct scsi_target *, int);
110 void (*get_offset)(struct scsi_target *);
111 void (*set_offset)(struct scsi_target *, int);
112 void (*get_width)(struct scsi_target *);
113 void (*set_width)(struct scsi_target *, int);
114 void (*get_iu)(struct scsi_target *);
115 void (*set_iu)(struct scsi_target *, int);
116 void (*get_dt)(struct scsi_target *);
[all...]
H A Dscsi_device.h109 struct scsi_target *sdev_target; /* used only for single_lun */
234 * scsi_target: representation of a scsi target, for now, this is only
238 struct scsi_target { struct
274 #define to_scsi_target(d) container_of(d, struct scsi_target, dev)
275 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) function
299 extern struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *,
301 extern struct scsi_device *__scsi_device_lookup_by_target(struct scsi_target *,
303 extern void starget_for_each_device(struct scsi_target *, void *,
305 extern void __starget_for_each_device(struct scsi_target *, voi
[all...]
H A Dscsi_transport.h107 scsi_transport_target_data(struct scsi_target *starget)
H A Dscsi_host.h17 struct scsi_target;
259 int (* target_alloc)(struct scsi_target *);
269 void (* target_destroy)(struct scsi_target *);
H A Dlibiscsi.h40 struct scsi_target;
359 extern int iscsi_target_alloc(struct scsi_target *starget);
H A Dlibsas.h428 starget_to_domain_dev(struct scsi_target *starget) {
681 extern int sas_target_alloc(struct scsi_target *);
714 extern void sas_target_destroy(struct scsi_target *);
H A Dscsi_transport_fc.h655 void (*get_starget_node_name)(struct scsi_target *);
656 void (*get_starget_port_name)(struct scsi_target *);
657 void (*get_starget_port_id)(struct scsi_target *);

Completed in 348 milliseconds