/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 20 struct Scsi_Host; 97 void (*commit_rqs)(struct Scsi_Host *, u16); 109 const char *(*info)(struct Scsi_Host *); 270 void (* scan_start)(struct Scsi_Host *); 291 void (* map_queues)(struct Scsi_Host *shost); 535 struct Scsi_Host { struct 723 container_of(d, struct Scsi_Host, shost_dev) argument 766 extern void scsi_scan_host(struct Scsi_Host *); 770 extern struct Scsi_Host *scsi_host_get(struct Scsi_Host *); 772 extern void scsi_host_put(struct Scsi_Host *t); [all …]
|
H A D | scsi_transport_iscsi.h | 21 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, 481 iscsi_find_flashnode(struct Scsi_Host *shost, void *data, [all …]
|
H A D | scsi_transport_fc.h | 238 struct Scsi_Host *shost; /* Physical Port Parent */ 689 void (*get_host_port_id)(struct Scsi_Host *); 690 void (*get_host_port_type)(struct Scsi_Host *); 691 void (*get_host_port_state)(struct Scsi_Host *); 692 void (*get_host_active_fc4s)(struct Scsi_Host *); 693 void (*get_host_speed)(struct Scsi_Host *); 694 void (*get_host_fabric_name)(struct Scsi_Host *); 695 void (*get_host_symbolic_name)(struct Scsi_Host *); 699 void (*reset_fc_host_stats)(struct Scsi_Host *); 701 int (*issue_fc_host_lip)(struct Scsi_Host *); [all …]
|
H A D | scsi_transport.h | 25 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_queue(struct Scsi_Host *shost, struct request_queue *q);
|
H A D | libiscsi.h | 28 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 …]
|
H A D | sas_ata.h | 27 void sas_ata_strategy_handler(struct Scsi_Host *shost); 28 void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q); 61 static inline void sas_ata_strategy_handler(struct Scsi_Host *shost) in sas_ata_strategy_handler() 65 static inline void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q) in sas_ata_eh()
|
H A D | scsi_eh.h | 10 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);
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_priv.h | 16 struct Scsi_Host; 51 int scsi_init_sense_cache(struct Scsi_Host *shost); 97 void scsi_eh_ready_devs(struct Scsi_Host *shost, 109 extern void scsi_run_host_queues(struct Scsi_Host *shost); 112 extern int scsi_mq_setup_tags(struct Scsi_Host *shost); 121 extern void scsi_proc_host_add(struct Scsi_Host *); 122 extern void scsi_proc_host_rm(struct Scsi_Host *); 139 extern void scsi_forget_host(struct Scsi_Host *); 152 extern int scsi_sysfs_add_host(struct Scsi_Host *); 178 extern int scsi_autopm_get_host(struct Scsi_Host *); [all …]
|
H A D | NCR5380.h | 208 struct Scsi_Host *host; /* SCSI host backpointer */ 272 static void NCR5380_print_phase(struct Scsi_Host *instance); 273 static void NCR5380_print(struct Scsi_Host *instance); 279 static int NCR5380_init(struct Scsi_Host *instance, int flags); 280 static int NCR5380_maybe_reset_bus(struct Scsi_Host *); 281 static void NCR5380_exit(struct Scsi_Host *instance); 282 static void NCR5380_information_transfer(struct Scsi_Host *instance); 285 static const char *NCR5380_info(struct Scsi_Host *instance); 286 static void NCR5380_reselect(struct Scsi_Host *instance); 287 static bool NCR5380_select(struct Scsi_Host *, struct scsi_cmnd *); [all …]
|
H A D | hosts.c | 165 void scsi_remove_host(struct Scsi_Host *shost) in scsi_remove_host() 341 struct Scsi_Host *shost = dev_to_shost(dev); in scsi_host_dev_release() 395 struct Scsi_Host *shost; in scsi_host_alloc() 540 struct Scsi_Host *p; in __scsi_host_match() 558 struct Scsi_Host *scsi_host_lookup(unsigned int hostnum) in scsi_host_lookup() 561 struct Scsi_Host *shost = NULL; in scsi_host_lookup() 577 struct Scsi_Host *scsi_host_get(struct Scsi_Host *shost) in scsi_host_get() 601 int scsi_host_busy(struct Scsi_Host *shost) in scsi_host_busy() 615 void scsi_host_put(struct Scsi_Host *shost) in scsi_host_put() 667 void scsi_flush_work(struct Scsi_Host *shost) in scsi_flush_work() [all …]
|
H A D | aha152x.c | 588 static void cmd_run(struct Scsi_Host *shpnt); 589 static void cmd_end(struct Scsi_Host *shpnt); 615 void (*init)(struct Scsi_Host *); 616 void (*run)(struct Scsi_Host *); 617 void (*end)(struct Scsi_Host *); 725 struct Scsi_Host *shpnt = dev_id; in swintr() 735 struct Scsi_Host *shpnt; in aha152x_probe_one() 1252 struct Scsi_Host *shpnt = sdev->host; in aha152x_biosparam() 1328 struct Scsi_Host *shost = container_of((void *)hd, struct Scsi_Host, hostdata); in run() 1340 struct Scsi_Host *shpnt = dev_id; in intr() [all …]
|
H A D | wd33c93.h | 189 typedef void (*dma_stop_t) (struct Scsi_Host *instance, 212 struct Scsi_Host *next; 332 void wd33c93_init (struct Scsi_Host *instance, const wd33c93_regs regs, 335 int wd33c93_queuecommand (struct Scsi_Host *h, struct scsi_cmnd *cmd); 336 void wd33c93_intr (struct Scsi_Host *instance); 337 int wd33c93_show_info(struct seq_file *, struct Scsi_Host *); 338 int wd33c93_write_info(struct Scsi_Host *, char *, int);
|
H A D | qlogicfas408.h | 86 struct Scsi_Host *shost; /* pointer back to host */ 107 int qlogicfas408_queuecommand(struct Scsi_Host *h, struct scsi_cmnd * cmd); 113 const char *qlogicfas408_info(struct Scsi_Host *host);
|
H A D | mvme147.c | 25 struct Scsi_Host *instance = data; in mvme147_intr() 37 struct Scsi_Host *instance = cmd->device->host; in dma_setup() 66 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() 88 static struct Scsi_Host *mvme147_shost;
|
H A D | scsi_transport_fc.c | 389 struct Scsi_Host *shost = dev_to_shost(dev); in fc_host_setup() 471 struct Scsi_Host *shost = dev_to_shost(dev); in fc_host_remove() 1153 struct Scsi_Host *shost = rport_to_shost(rport); in fc_rport_set_dev_loss_tmo() 1683 struct Scsi_Host *shost = vport_to_shost(vport); in store_fc_vport_delete() 2413 struct Scsi_Host *shost; in fc_host_match() 2432 struct Scsi_Host *shost; in fc_target_match() 2464 struct Scsi_Host *shost; in fc_rport_match() 2497 struct Scsi_Host *shost; in fc_vport_match() 2806 fc_flush_work(struct Scsi_Host *shost) in fc_flush_work() 2849 fc_flush_devloss(struct Scsi_Host *shost) in fc_flush_devloss() [all …]
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.h | 215 struct Scsi_Host *host; /* host */ 302 …fasdmatype_t (*setup) (struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fa… 303 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… 304 void (*stop) (struct Scsi_Host *host, struct scsi_pointer *SCp); 332 extern int fas216_init (struct Scsi_Host *instance); 339 extern int fas216_add (struct Scsi_Host *instance, struct device *dev); 347 extern int fas216_queue_command(struct Scsi_Host *h, struct scsi_cmnd *SCpnt); 355 extern int fas216_noqueue_command(struct Scsi_Host *, struct scsi_cmnd *); 363 extern void fas216_remove (struct Scsi_Host *instance); 370 extern void fas216_release (struct Scsi_Host *instance);
|
H A D | powertec.c | 103 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) in powertecscsi_terminator_ctl() 132 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in powertecscsi_dma_setup() 175 powertecscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in powertecscsi_dma_stop() 187 const char *powertecscsi_info(struct Scsi_Host *host) in powertecscsi_info() 207 powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length) in powertecscsi_set_proc_info() 242 static int powertecscsi_show_info(struct seq_file *m, struct Scsi_Host *host) in powertecscsi_show_info() 261 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_show_term() 271 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_store_term() 305 struct Scsi_Host *host; in powertecscsi_probe() 404 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_remove()
|
H A D | arxescsi.c | 71 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in arxescsi_dma_setup() 117 arxescsi_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp, in arxescsi_dma_pseudo() 203 static void arxescsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in arxescsi_dma_stop() 216 static const char *arxescsi_info(struct Scsi_Host *host) in arxescsi_info() 229 arxescsi_show_info(struct seq_file *m, struct Scsi_Host *host) in arxescsi_show_info() 260 struct Scsi_Host *host; in arxescsi_probe() 323 struct Scsi_Host *host = ecard_get_drvdata(ec); in arxescsi_remove()
|
H A D | cumana_2.c | 123 cumanascsi_2_terminator_ctl(struct Scsi_Host *host, int on_off) in cumanascsi_2_terminator_ctl() 158 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in cumanascsi_2_dma_setup() 211 cumanascsi_2_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp, in cumanascsi_2_dma_pseudo() 285 cumanascsi_2_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in cumanascsi_2_dma_stop() 299 const char *cumanascsi_2_info(struct Scsi_Host *host) in cumanascsi_2_info() 319 cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length) in cumanascsi_2_set_proc_info() 344 static int cumanascsi_2_show_info(struct seq_file *m, struct Scsi_Host *host) in cumanascsi_2_show_info() 381 struct Scsi_Host *host; in cumanascsi2_probe() 478 struct Scsi_Host *host = ecard_get_drvdata(ec); in cumanascsi2_remove()
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr_attr.c | 68 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_read() 115 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_write() 163 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_clear() 220 struct Scsi_Host *host = acb->host; in arcmsr_alloc_sysfs_attr() 249 struct Scsi_Host *host = acb->host; in arcmsr_free_sysfs_attr() 270 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_posted_cmd() 282 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_reset() 294 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_abort() 306 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_fw_model() 318 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_fw_version() [all …]
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_ctl.c | 59 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_mpi_interface_rev_show() 85 struct Scsi_Host *shost = class_to_shost(cdev); in controller_fatal_error_show() 105 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_fw_version_show() 136 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_ila_version_show() 162 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_inactive_fw_version_show() 189 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_out_io_show() 213 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_devices_show() 238 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_sg_list_show() 282 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_sas_spec_support_show() 311 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_host_sas_address_show() [all …]
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_attr.c | 24 struct Scsi_Host *shost; in bfad_im_get_starget_port_id() 50 struct Scsi_Host *shost; in bfad_im_get_starget_node_name() 76 struct Scsi_Host *shost; in bfad_im_get_starget_port_name() 100 bfad_im_get_host_port_id(struct Scsi_Host *shost) in bfad_im_get_host_port_id() 202 bfad_im_get_host_speed(struct Scsi_Host *shost) in bfad_im_get_host_speed() 256 bfad_im_get_stats(struct Scsi_Host *shost) in bfad_im_get_stats() 309 bfad_im_reset_stats(struct Scsi_Host *shost) in bfad_im_reset_stats() 355 struct Scsi_Host *shost = fc_vport->shost; in bfad_im_vport_create() 386 struct Scsi_Host *vshost; in bfad_im_vport_create() 485 struct Scsi_Host *vshost; in bfad_im_vport_delete() [all …]
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.h | 55 struct Scsi_Host *shost; 79 struct Scsi_Host *vport_shost; 91 int lpfc_vport_getinfo(struct Scsi_Host *, struct vport_info *); 92 int lpfc_vport_tgt_remove(struct Scsi_Host *, uint, uint);
|
/openbmc/linux/drivers/target/ |
H A D | target_core_pscsi.h | 24 struct Scsi_Host; 42 struct Scsi_Host *pdv_lld_host; 53 struct Scsi_Host *phv_lld_host;
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.h | 170 struct Scsi_Host *host; 213 static inline struct sym_hcb * sym_get_hcb(struct Scsi_Host *host) in sym_get_hcb() 254 void sym_log_bus_error(struct Scsi_Host *); 255 void sym_dump_registers(struct Scsi_Host *);
|