Searched refs:scsi_target (Results 1 – 7 of 7) sorted by relevance
/include/scsi/ |
D | scsi_transport_spi.h | 27 struct scsi_target; 104 void (*get_period)(struct scsi_target *); 105 void (*set_period)(struct scsi_target *, int); 106 void (*get_offset)(struct scsi_target *); 107 void (*set_offset)(struct scsi_target *, int); 108 void (*get_width)(struct scsi_target *); 109 void (*set_width)(struct scsi_target *, int); 110 void (*get_iu)(struct scsi_target *); 111 void (*set_iu)(struct scsi_target *, int); 112 void (*get_dt)(struct scsi_target *); [all …]
|
D | sas_ata.h | 39 struct scsi_target *starget); 51 struct scsi_target *starget) in sas_ata_init_host_and_port()
|
D | scsi_device.h | 106 struct scsi_target *sdev_target; /* used only for single_lun */ 224 struct scsi_target { struct 258 #define to_scsi_target(d) container_of(d, struct scsi_target, dev) argument 259 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) in scsi_target() function 283 extern struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *, 285 extern struct scsi_device *__scsi_device_lookup_by_target(struct scsi_target *, 287 extern void starget_for_each_device(struct scsi_target *, void *, 289 extern void __starget_for_each_device(struct scsi_target *, void *, 352 extern void scsi_target_quiesce(struct scsi_target *); 353 extern void scsi_target_resume(struct scsi_target *); [all …]
|
D | scsi_host.h | 17 struct scsi_target; 254 int (* target_alloc)(struct scsi_target *); 264 void (* target_destroy)(struct scsi_target *);
|
D | scsi_transport.h | 106 scsi_transport_target_data(struct scsi_target *starget) in scsi_transport_target_data()
|
D | libsas.h | 376 starget_to_domain_dev(struct scsi_target *starget) { in starget_to_domain_dev() 633 extern int sas_target_alloc(struct scsi_target *); 668 extern void sas_target_destroy(struct scsi_target *);
|
D | scsi_transport_fc.h | 587 void (*get_starget_node_name)(struct scsi_target *); 588 void (*get_starget_port_name)(struct scsi_target *); 589 void (*get_starget_port_id)(struct scsi_target *);
|