Home
last modified time | relevance | path

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

/include/scsi/
A Dscsi_host.h20 struct Scsi_Host;
97 void (*commit_rqs)(struct Scsi_Host *, u16);
109 const char *(*info)(struct Scsi_Host *);
273 void (* scan_start)(struct Scsi_Host *);
294 void (* map_queues)(struct Scsi_Host *shost);
539 struct Scsi_Host { struct
730 container_of(d, struct Scsi_Host, shost_dev) argument
773 extern void scsi_scan_host(struct Scsi_Host *);
777 extern struct Scsi_Host *scsi_host_get(struct Scsi_Host *);
779 extern void scsi_host_put(struct Scsi_Host *t);
[all …]
A 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);
A 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,
130 int (*set_iface_param) (struct Scsi_Host *shost, void *data,
137 int (*send_ping) (struct Scsi_Host *shost, uint32_t iface_num,
143 int (*set_chap) (struct Scsi_Host *shost, void *data, int len);
149 int (*new_flashnode) (struct Scsi_Host *shost, const char *buf,
177 extern int iscsi_offload_mesg(struct Scsi_Host *shost,
477 iscsi_find_flashnode(struct Scsi_Host *shost, void *data,
[all …]
A 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);
A Dscsi_transport_fc.h238 struct Scsi_Host *shost; /* Physical Port Parent */
682 void (*get_host_port_id)(struct Scsi_Host *);
683 void (*get_host_port_type)(struct Scsi_Host *);
684 void (*get_host_port_state)(struct Scsi_Host *);
685 void (*get_host_active_fc4s)(struct Scsi_Host *);
686 void (*get_host_speed)(struct Scsi_Host *);
687 void (*get_host_fabric_name)(struct Scsi_Host *);
688 void (*get_host_symbolic_name)(struct Scsi_Host *);
692 void (*reset_fc_host_stats)(struct Scsi_Host *);
694 int (*issue_fc_host_lip)(struct Scsi_Host *);
[all …]
A 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 …]
A Dscsi_transport_srp.h111 extern struct srp_rport *srp_rport_add(struct Scsi_Host *,
119 extern void srp_remove_host(struct Scsi_Host *);
A Dscsi_tcq.h22 static inline struct scsi_cmnd *scsi_host_find_tag(struct Scsi_Host *shost, in scsi_host_find_tag()
A 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);
A Dscsi_device.h104 struct Scsi_Host *host;
393 extern struct scsi_device *__scsi_add_device(struct Scsi_Host *,
395 extern int scsi_add_device(struct Scsi_Host *host, uint channel,
407 extern struct scsi_device *scsi_device_lookup(struct Scsi_Host *,
409 extern struct scsi_device *__scsi_device_lookup(struct Scsi_Host *,
422 extern struct scsi_device *__scsi_iterate_devices(struct Scsi_Host *,
490 void scsi_block_targets(struct Scsi_Host *shost, struct device *dev);
A 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 *);
A Dscsi_transport_sas.h183 void (*smp_handler)(struct bsg_job *, struct Scsi_Host *,
189 extern void sas_remove_host(struct Scsi_Host *);
A Dlibsas.h356 struct Scsi_Host *shost;
684 extern int sas_queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
714 int sas_request_addr(struct Scsi_Host *shost, u8 *addr);
A Dscsi_cmnd.h14 struct Scsi_Host;
/include/linux/
A Dlibata.h870 struct Scsi_Host *scsi_host; /* our co-allocated scsi host */
1149 extern int ata_scsi_queuecmd(struct Scsi_Host *h, struct scsi_cmnd *cmd);
1224 extern void ata_scsi_port_error_handler(struct Scsi_Host *host, struct ata_port *ap);
1225 extern void ata_scsi_cmd_error_handler(struct Scsi_Host *host, struct ata_port *ap, struct list_hea…
1929 static inline struct ata_port *ata_shost_to_port(struct Scsi_Host *host) in ata_shost_to_port()
/include/trace/events/
A Dscsi.h342 TP_PROTO(struct Scsi_Host *shost),
/include/ufs/
A Dufshcd.h984 struct Scsi_Host *host;

Completed in 47 milliseconds