Home
last modified time | relevance | path

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

/include/scsi/
A Dscsi_transport_spi.h14 struct scsi_target;
95 void (*get_period)(struct scsi_target *);
97 void (*get_offset)(struct scsi_target *);
99 void (*get_width)(struct scsi_target *);
101 void (*get_iu)(struct scsi_target *);
102 void (*set_iu)(struct scsi_target *, int);
103 void (*get_dt)(struct scsi_target *);
104 void (*set_dt)(struct scsi_target *, int);
105 void (*get_qas)(struct scsi_target *);
107 void (*get_wr_flow)(struct scsi_target *);
[all …]
A Dscsi_device.h154 struct scsi_target *sdev_target;
343 struct scsi_target { struct
382 #define to_scsi_target(d) container_of(d, struct scsi_target, dev) argument
383 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) in scsi_target() function
411 extern struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *,
413 extern struct scsi_device *__scsi_device_lookup_by_target(struct scsi_target *,
415 extern void starget_for_each_device(struct scsi_target *, void *,
417 extern void __starget_for_each_device(struct scsi_target *, void *,
484 extern void scsi_target_quiesce(struct scsi_target *);
485 extern void scsi_target_resume(struct scsi_target *);
[all …]
A Dscsi_transport.h71 scsi_transport_target_data(struct scsi_target *starget) in scsi_transport_target_data()
A Dscsi_host.h19 struct scsi_target;
240 int (* target_alloc)(struct scsi_target *);
253 void (* target_destroy)(struct scsi_target *);
A Dlibiscsi.h29 struct scsi_target;
415 extern int iscsi_target_alloc(struct scsi_target *starget);
A Dlibsas.h387 starget_to_domain_dev(struct scsi_target *starget) { in starget_to_domain_dev()
685 extern int sas_target_alloc(struct scsi_target *);
704 extern void sas_target_destroy(struct scsi_target *);
A Dscsi_transport_fc.h678 void (*get_starget_node_name)(struct scsi_target *);
679 void (*get_starget_port_name)(struct scsi_target *);
680 void (*get_starget_port_id)(struct scsi_target *);

Completed in 22 milliseconds