Home
last modified time | relevance | path

Searched refs:Scsi_Host (Results 1 – 18 of 18) sorted by relevance

/include/scsi/
Dscsi_host.h21 struct Scsi_Host;
88 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *);
98 void (*commit_rqs)(struct Scsi_Host *, u16);
110 const char *(*info)(struct Scsi_Host *);
132 int (*init_cmd_priv)(struct Scsi_Host *shost, struct scsi_cmnd *cmd);
133 int (*exit_cmd_priv)(struct Scsi_Host *shost, struct scsi_cmnd *cmd);
269 int (* scan_finished)(struct Scsi_Host *, unsigned long);
278 void (* scan_start)(struct Scsi_Host *);
299 void (* map_queues)(struct Scsi_Host *shost);
309 int (* mq_poll)(struct Scsi_Host *shost, unsigned int queue_num);
[all …]
Dscsi_transport.h25 int (*user_scan)(struct Scsi_Host *, uint, uint, u64);
45 void (* eh_strategy_handler)(struct Scsi_Host *);
73 struct Scsi_Host *shost = dev_to_shost(&starget->dev); in scsi_transport_target_data()
81 struct Scsi_Host *shost = sdev->host; in scsi_transport_device_data()
86 void scsi_init_limits(struct Scsi_Host *shost, struct queue_limits *lim);
Dscsi_transport_iscsi.h21 struct Scsi_Host;
100 int (*get_host_param) (struct Scsi_Host *shost,
102 int (*set_host_param) (struct Scsi_Host *shost,
122 struct iscsi_endpoint *(*ep_connect) (struct Scsi_Host *shost,
127 int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type,
129 int (*set_path) (struct Scsi_Host *shost, struct iscsi_path *params);
130 int (*set_iface_param) (struct Scsi_Host *shost, void *data,
137 int (*send_ping) (struct Scsi_Host *shost, uint32_t iface_num,
140 int (*get_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx,
142 int (*delete_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx);
[all …]
Dscsi_eh.h10 struct Scsi_Host;
15 extern void scsi_report_bus_reset(struct Scsi_Host *, int);
16 extern void scsi_report_device_reset(struct Scsi_Host *, int, int);
Dscsi_transport_fc.h238 struct Scsi_Host *shost; /* Physical Port Parent */
683 void (*get_host_port_id)(struct Scsi_Host *);
684 void (*get_host_port_type)(struct Scsi_Host *);
685 void (*get_host_port_state)(struct Scsi_Host *);
686 void (*get_host_active_fc4s)(struct Scsi_Host *);
687 void (*get_host_speed)(struct Scsi_Host *);
688 void (*get_host_fabric_name)(struct Scsi_Host *);
689 void (*get_host_symbolic_name)(struct Scsi_Host *);
690 void (*set_host_system_hostname)(struct Scsi_Host *);
692 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
[all …]
Dlibiscsi.h28 struct Scsi_Host;
343 struct Scsi_Host *host;
395 extern int iscsi_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc);
404 extern int iscsi_host_set_param(struct Scsi_Host *shost,
407 extern int iscsi_host_get_param(struct Scsi_Host *shost,
409 extern int iscsi_host_add(struct Scsi_Host *shost, struct device *pdev);
410 extern struct Scsi_Host *iscsi_host_alloc(const struct scsi_host_template *sht,
413 extern void iscsi_host_remove(struct Scsi_Host *shost, bool is_shutdown);
414 extern void iscsi_host_free(struct Scsi_Host *shost);
416 extern int iscsi_host_get_max_scsi_cmds(struct Scsi_Host *shost,
[all …]
Dsas_ata.h27 void sas_ata_strategy_handler(struct Scsi_Host *shost);
28 void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q);
64 static inline void sas_ata_strategy_handler(struct Scsi_Host *shost) in sas_ata_strategy_handler()
68 static inline void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q) in sas_ata_eh()
Dscsi_transport_srp.h111 extern struct srp_rport *srp_rport_add(struct Scsi_Host *,
119 extern void srp_remove_host(struct Scsi_Host *);
Dscsi_tcq.h22 static inline struct scsi_cmnd *scsi_host_find_tag(struct Scsi_Host *shost, in scsi_host_find_tag()
Dscsi_transport_spi.h16 struct Scsi_Host;
117 void (*get_signalling)(struct Scsi_Host *);
118 void (*set_signalling)(struct Scsi_Host *, enum spi_signal_type);
Dscsi_device.h105 struct Scsi_Host *host;
392 extern struct scsi_device *__scsi_add_device(struct Scsi_Host *,
394 extern int scsi_add_device(struct Scsi_Host *host, uint channel,
406 extern struct scsi_device *scsi_device_lookup(struct Scsi_Host *,
408 extern struct scsi_device *__scsi_device_lookup(struct Scsi_Host *,
421 extern struct scsi_device *__scsi_iterate_devices(struct Scsi_Host *,
489 void scsi_block_targets(struct Scsi_Host *shost, struct device *dev);
Dlibfc.h709 struct Scsi_Host *host;
884 struct Scsi_Host *shost; in libfc_host_alloc()
962 int fc_queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
1025 void fc_get_host_speed(struct Scsi_Host *);
1026 void fc_get_host_port_state(struct Scsi_Host *);
1028 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *);
Dscsi_transport_sas.h183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
189 extern void sas_remove_host(struct Scsi_Host *);
Dlibsas.h356 struct Scsi_Host *shost;
684 extern int sas_queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
715 int sas_request_addr(struct Scsi_Host *shost, u8 *addr);
Dscsi_cmnd.h15 struct Scsi_Host;
/include/linux/
Dlibata.h869 struct Scsi_Host *scsi_host; /* our co-allocated scsi host */
1147 extern int ata_scsi_queuecmd(struct Scsi_Host *h, struct scsi_cmnd *cmd);
1223 extern void ata_scsi_port_error_handler(struct Scsi_Host *host, struct ata_port *ap);
1224 extern void ata_scsi_cmd_error_handler(struct Scsi_Host *host, struct ata_port *ap, struct list_hea…
1925 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port()
/include/trace/events/
Dscsi.h333 TP_PROTO(struct Scsi_Host *shost),
/include/ufs/
Dufshcd.h1004 struct Scsi_Host *host;