Home
last modified time | relevance | path

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

12345678910>>...14

/linux-6.3-rc2/include/scsi/
A Dscsi_host.h20 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);
532 struct Scsi_Host { struct
717 container_of(d, struct Scsi_Host, shost_dev) argument
760 extern void scsi_scan_host(struct Scsi_Host *);
763 extern struct Scsi_Host *scsi_host_get(struct Scsi_Host *);
765 extern void scsi_host_put(struct Scsi_Host *t);
[all …]
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,
482 iscsi_find_flashnode(struct Scsi_Host *shost, void *data,
[all …]
A Dscsi_transport_fc.h238 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 …]
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_queue(struct Scsi_Host *shost, struct request_queue *q);
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(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 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);
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()
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);
/linux-6.3-rc2/drivers/scsi/
A Dscsi_priv.h16 struct Scsi_Host;
45 int scsi_init_sense_cache(struct Scsi_Host *shost);
89 extern void scsi_eh_wakeup(struct Scsi_Host *shost);
91 void scsi_eh_ready_devs(struct Scsi_Host *shost,
107 extern int scsi_mq_setup_tags(struct Scsi_Host *shost);
116 extern void scsi_proc_host_add(struct Scsi_Host *);
117 extern void scsi_proc_host_rm(struct Scsi_Host *);
134 extern void scsi_forget_host(struct Scsi_Host *);
148 extern int scsi_sysfs_add_host(struct Scsi_Host *);
175 extern int scsi_autopm_get_host(struct Scsi_Host *);
[all …]
A DNCR5380.h208 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 …]
A Dhosts.c165 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()
397 struct Scsi_Host *shost; in scsi_host_alloc()
541 struct Scsi_Host *p; in __scsi_host_match()
559 struct Scsi_Host *scsi_host_lookup(unsigned short hostnum) in scsi_host_lookup()
562 struct Scsi_Host *shost = NULL; in scsi_host_lookup()
578 struct Scsi_Host *scsi_host_get(struct Scsi_Host *shost) in scsi_host_get()
602 int scsi_host_busy(struct Scsi_Host *shost) in scsi_host_busy()
616 void scsi_host_put(struct Scsi_Host *shost) in scsi_host_put()
668 void scsi_flush_work(struct Scsi_Host *shost) in scsi_flush_work()
[all …]
A Daha152x.c588 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 …]
A Dwd33c93.h189 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);
A Dscsi_transport_fc.c389 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()
1154 struct Scsi_Host *shost = rport_to_shost(rport); in fc_rport_set_dev_loss_tmo()
1684 struct Scsi_Host *shost = vport_to_shost(vport); in store_fc_vport_delete()
2414 struct Scsi_Host *shost; in fc_host_match()
2433 struct Scsi_Host *shost; in fc_target_match()
2465 struct Scsi_Host *shost; in fc_rport_match()
2498 struct Scsi_Host *shost; in fc_vport_match()
2807 fc_flush_work(struct Scsi_Host *shost) in fc_flush_work()
2850 fc_flush_devloss(struct Scsi_Host *shost) in fc_flush_devloss()
[all …]
A Dscsi_transport_srp.c107 struct Scsi_Host *shost = dev_to_shost(dev); in srp_host_setup()
161 struct Scsi_Host *shost = dev_to_shost(dev); in store_srp_rport_delete()
382 struct Scsi_Host *shost = rport_to_shost(rport); in srp_reconnect_work()
404 struct Scsi_Host *shost = rport_to_shost(rport); in __rport_fail_io_fast()
428 struct Scsi_Host *shost = rport_to_shost(rport); in rport_fast_io_fail_timedout()
447 struct Scsi_Host *shost = rport_to_shost(rport); in rport_dev_loss_timedout()
463 struct Scsi_Host *shost = rport_to_shost(rport); in __srp_start_tl_fail_timers()
606 struct Scsi_Host *shost = sdev->host; in srp_timed_out()
634 struct Scsi_Host *shost; in srp_rport_match()
652 struct Scsi_Host *shost; in srp_host_match()
[all …]
A Dmvme147.c25 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;
/linux-6.3-rc2/drivers/scsi/arm/
A Dfas216.h215 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);
A Dpowertec.c103 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()
A Darxescsi.c71 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()
A Dcumana_2.c123 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()
/linux-6.3-rc2/drivers/scsi/arcmsr/
A Darcmsr_attr.c68 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 …]
/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_ctl.c59 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 …]
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfad_attr.c24 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 …]
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_vport.h55 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);
A Dlpfc_attr.c121 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_cmf_info_show()
321 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_enable_fip_show()
335 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_nvme_info_show()
706 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_scsi_stat_show()
821 struct Scsi_Host *host = class_to_shost(dev); in lpfc_info_show()
1281 lpfc_issue_lip(struct Scsi_Host *shost) in lpfc_issue_lip()
1473 struct Scsi_Host *shost = NULL; in lpfc_reset_pci_bus()
3695 struct Scsi_Host *shost; in lpfc_update_rport_devloss_tmo()
6471 lpfc_get_host_speed(struct Scsi_Host *shost) in lpfc_get_host_speed()
6584 lpfc_get_stats(struct Scsi_Host *shost) in lpfc_get_stats()
[all …]
/linux-6.3-rc2/drivers/target/
A Dtarget_core_pscsi.h24 struct Scsi_Host;
42 struct Scsi_Host *pdv_lld_host;
53 struct Scsi_Host *phv_lld_host;

Completed in 65 milliseconds

12345678910>>...14