Searched refs:scsi_target (Results 1 – 7 of 7) sorted by relevance
/include/scsi/ |
D | scsi_transport_spi.h | 14 struct scsi_target; 95 void (*get_period)(struct scsi_target *); 96 void (*set_period)(struct scsi_target *, int); 97 void (*get_offset)(struct scsi_target *); 98 void (*set_offset)(struct scsi_target *, int); 99 void (*get_width)(struct scsi_target *); 100 void (*set_width)(struct scsi_target *, int); 101 void (*get_iu)(struct scsi_target *); 102 void (*set_iu)(struct scsi_target *, int); 103 void (*get_dt)(struct scsi_target *); [all …]
|
D | scsi_device.h | 150 struct scsi_target *sdev_target; 305 struct scsi_target { struct 344 #define to_scsi_target(d) container_of(d, struct scsi_target, dev) argument 345 static inline struct scsi_target *scsi_target(struct scsi_device *sdev) in scsi_target() function 371 extern struct scsi_device *scsi_device_lookup_by_target(struct scsi_target *, 373 extern struct scsi_device *__scsi_device_lookup_by_target(struct scsi_target *, 375 extern void starget_for_each_device(struct scsi_target *, void *, 377 extern void __starget_for_each_device(struct scsi_target *, void *, 444 extern void scsi_target_quiesce(struct scsi_target *); 445 extern void scsi_target_resume(struct scsi_target *); [all …]
|
D | scsi_transport.h | 71 scsi_transport_target_data(struct scsi_target *starget) in scsi_transport_target_data()
|
D | scsi_host.h | 21 struct scsi_target; 230 int (* target_alloc)(struct scsi_target *); 240 void (* target_destroy)(struct scsi_target *);
|
D | libsas.h | 405 starget_to_domain_dev(struct scsi_target *starget) { in starget_to_domain_dev() 668 extern int sas_target_alloc(struct scsi_target *); 699 extern void sas_target_destroy(struct scsi_target *);
|
D | libiscsi.h | 28 struct scsi_target; 407 extern int iscsi_target_alloc(struct scsi_target *starget);
|
D | scsi_transport_fc.h | 684 void (*get_starget_node_name)(struct scsi_target *); 685 void (*get_starget_port_name)(struct scsi_target *); 686 void (*get_starget_port_id)(struct scsi_target *);
|