/Linux-v4.19/include/scsi/ |
D | scsi_host.h | 22 struct Scsi_Host; 61 const char *(* info)(struct Scsi_Host *); 113 int (* queuecommand)(struct Scsi_Host *, struct scsi_cmnd *); 242 int (* scan_finished)(struct Scsi_Host *, unsigned long); 251 void (* scan_start)(struct Scsi_Host *); 272 int (* map_queues)(struct Scsi_Host *shost); 300 int (*show_info)(struct seq_file *, struct Scsi_Host *); 301 int (*write_info)(struct Scsi_Host *, char *, int); 324 int (*host_reset)(struct Scsi_Host *shost, int reset_type); 496 int func_name(struct Scsi_Host *shost, struct scsi_cmnd *cmd) \ [all …]
|
D | scsi_transport_iscsi.h | 34 struct Scsi_Host; 112 int (*get_host_param) (struct Scsi_Host *shost, 114 int (*set_host_param) (struct Scsi_Host *shost, 134 struct iscsi_endpoint *(*ep_connect) (struct Scsi_Host *shost, 139 int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type, 141 int (*set_path) (struct Scsi_Host *shost, struct iscsi_path *params); 142 int (*set_iface_param) (struct Scsi_Host *shost, void *data, 149 int (*send_ping) (struct Scsi_Host *shost, uint32_t iface_num, 152 int (*get_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx, 154 int (*delete_chap) (struct Scsi_Host *shost, uint16_t chap_tbl_idx); [all …]
|
D | scsi_transport_fc.h | 250 struct Scsi_Host *shost; /* Physical Port Parent */ 641 void (*get_host_port_id)(struct Scsi_Host *); 642 void (*get_host_port_type)(struct Scsi_Host *); 643 void (*get_host_port_state)(struct Scsi_Host *); 644 void (*get_host_active_fc4s)(struct Scsi_Host *); 645 void (*get_host_speed)(struct Scsi_Host *); 646 void (*get_host_fabric_name)(struct Scsi_Host *); 647 void (*get_host_symbolic_name)(struct Scsi_Host *); 648 void (*set_host_system_hostname)(struct Scsi_Host *); 650 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *); [all …]
|
D | scsi_transport.h | 38 int (*user_scan)(struct Scsi_Host *, uint, uint, u64); 58 void (* eh_strategy_handler)(struct Scsi_Host *); 86 struct Scsi_Host *shost = dev_to_shost(&starget->dev); in scsi_transport_target_data() 94 struct Scsi_Host *shost = sdev->host; in scsi_transport_device_data() 99 void __scsi_init_queue(struct Scsi_Host *shost, struct request_queue *q);
|
D | libiscsi.h | 40 struct Scsi_Host; 334 struct Scsi_Host *host; 387 extern int iscsi_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc); 396 extern int iscsi_host_set_param(struct Scsi_Host *shost, 399 extern int iscsi_host_get_param(struct Scsi_Host *shost, 401 extern int iscsi_host_add(struct Scsi_Host *shost, struct device *pdev); 402 extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht, 405 extern void iscsi_host_remove(struct Scsi_Host *shost); 406 extern void iscsi_host_free(struct Scsi_Host *shost); 413 iscsi_session_setup(struct iscsi_transport *, struct Scsi_Host *shost,
|
D | sas_ata.h | 42 void sas_ata_strategy_handler(struct Scsi_Host *shost); 43 void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, 66 static inline void sas_ata_strategy_handler(struct Scsi_Host *shost) in sas_ata_strategy_handler() 70 static inline void sas_ata_eh(struct Scsi_Host *shost, struct list_head *work_q, in sas_ata_eh()
|
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);
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_priv.h | 15 struct Scsi_Host; 33 int scsi_init_sense_cache(struct Scsi_Host *shost); 77 extern void scsi_eh_wakeup(struct Scsi_Host *shost); 79 void scsi_eh_ready_devs(struct Scsi_Host *shost, 93 extern void scsi_run_host_queues(struct Scsi_Host *shost); 98 extern int scsi_mq_setup_tags(struct Scsi_Host *shost); 99 extern void scsi_mq_destroy_tags(struct Scsi_Host *shost); 110 extern void scsi_proc_host_add(struct Scsi_Host *); 111 extern void scsi_proc_host_rm(struct Scsi_Host *); 126 extern int scsi_scan_host_selected(struct Scsi_Host *, unsigned int, [all …]
|
D | NCR5380.h | 208 struct Scsi_Host *host; /* SCSI host backpointer */ 263 static void NCR5380_print_phase(struct Scsi_Host *instance); 264 static void NCR5380_print(struct Scsi_Host *instance); 270 static int NCR5380_init(struct Scsi_Host *instance, int flags); 271 static int NCR5380_maybe_reset_bus(struct Scsi_Host *); 272 static void NCR5380_exit(struct Scsi_Host *instance); 273 static void NCR5380_information_transfer(struct Scsi_Host *instance); 276 static const char *NCR5380_info(struct Scsi_Host *instance); 277 static void NCR5380_reselect(struct Scsi_Host *instance); 278 static struct scsi_cmnd *NCR5380_select(struct Scsi_Host *, struct scsi_cmnd *); [all …]
|
D | hosts.c | 72 int scsi_host_set_state(struct Scsi_Host *shost, enum scsi_host_state state) in scsi_host_set_state() 162 void scsi_remove_host(struct Scsi_Host *shost) in scsi_remove_host() 206 int scsi_add_host_with_dma(struct Scsi_Host *shost, struct device *dev, in scsi_add_host_with_dma() 321 struct Scsi_Host *shost = dev_to_shost(dev); in scsi_host_dev_release() 382 struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) in scsi_host_alloc() 384 struct Scsi_Host *shost; in scsi_host_alloc() 391 shost = kzalloc(sizeof(struct Scsi_Host) + privsize, gfp_mask); in scsi_host_alloc() 520 struct Scsi_Host *p; in __scsi_host_match() 538 struct Scsi_Host *scsi_host_lookup(unsigned short hostnum) in scsi_host_lookup() 541 struct Scsi_Host *shost = NULL; in scsi_host_lookup() [all …]
|
D | aha152x.c | 571 static void seldi_run(struct Scsi_Host *shpnt); 572 static void seldo_run(struct Scsi_Host *shpnt); 573 static void selto_run(struct Scsi_Host *shpnt); 574 static void busfree_run(struct Scsi_Host *shpnt); 576 static void msgo_init(struct Scsi_Host *shpnt); 577 static void msgo_run(struct Scsi_Host *shpnt); 578 static void msgo_end(struct Scsi_Host *shpnt); 580 static void cmd_init(struct Scsi_Host *shpnt); 581 static void cmd_run(struct Scsi_Host *shpnt); 582 static void cmd_end(struct Scsi_Host *shpnt); [all …]
|
D | wd33c93.h | 204 typedef void (*dma_stop_t) (struct Scsi_Host *instance, 227 struct Scsi_Host *next; 343 void wd33c93_init (struct Scsi_Host *instance, const wd33c93_regs regs, 346 int wd33c93_queuecommand (struct Scsi_Host *h, struct scsi_cmnd *cmd); 347 void wd33c93_intr (struct Scsi_Host *instance); 348 int wd33c93_show_info(struct seq_file *, struct Scsi_Host *); 349 int wd33c93_write_info(struct Scsi_Host *, char *, int);
|
D | scsi_transport_fc.c | 44 static int fc_queue_work(struct Scsi_Host *, struct work_struct *); 46 static int fc_vport_setup(struct Scsi_Host *shost, int channel, 49 static int fc_bsg_hostadd(struct Scsi_Host *, struct fc_host_attrs *); 50 static int fc_bsg_rportadd(struct Scsi_Host *, struct fc_rport *); 391 struct Scsi_Host *shost = dev_to_shost(dev); in fc_host_setup() 472 struct Scsi_Host *shost = dev_to_shost(dev); in fc_host_remove() 538 fc_host_post_event(struct Scsi_Host *shost, u32 event_number, in fc_host_post_event() 607 fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number, in fc_host_post_vendor_event() 709 struct Scsi_Host *shost = rport_to_shost(rport); \ 727 struct Scsi_Host *shost = rport_to_shost(rport); \ [all …]
|
D | mvme147.c | 22 struct Scsi_Host *instance = data; in mvme147_intr() 33 struct Scsi_Host *instance = cmd->device->host; in dma_setup() 62 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() 84 static struct Scsi_Host *mvme147_shost;
|
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);
|
/Linux-v4.19/drivers/scsi/arm/ |
D | fas216.h | 218 struct Scsi_Host *host; /* host */ 305 …fasdmatype_t (*setup) (struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, fa… 306 …void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int trans… 307 void (*stop) (struct Scsi_Host *host, struct scsi_pointer *SCp); 321 extern int fas216_init (struct Scsi_Host *instance); 328 extern int fas216_add (struct Scsi_Host *instance, struct device *dev); 336 extern int fas216_queue_command(struct Scsi_Host *h, struct scsi_cmnd *SCpnt); 344 extern int fas216_noqueue_command(struct Scsi_Host *, struct scsi_cmnd *); 352 extern void fas216_remove (struct Scsi_Host *instance); 359 extern void fas216_release (struct Scsi_Host *instance);
|
D | powertec.c | 102 powertecscsi_terminator_ctl(struct Scsi_Host *host, int on_off) in powertecscsi_terminator_ctl() 131 powertecscsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in powertecscsi_dma_setup() 173 powertecscsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in powertecscsi_dma_stop() 185 const char *powertecscsi_info(struct Scsi_Host *host) in powertecscsi_info() 205 powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length) in powertecscsi_set_proc_info() 240 static int powertecscsi_show_info(struct seq_file *m, struct Scsi_Host *host) in powertecscsi_show_info() 259 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_show_term() 269 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_store_term() 304 struct Scsi_Host *host; in powertecscsi_probe() 403 struct Scsi_Host *host = ecard_get_drvdata(ec); in powertecscsi_remove()
|
D | arxescsi.c | 66 arxescsi_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in arxescsi_dma_setup() 112 arxescsi_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp, in arxescsi_dma_pseudo() 198 static void arxescsi_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in arxescsi_dma_stop() 211 static const char *arxescsi_info(struct Scsi_Host *host) in arxescsi_info() 224 arxescsi_show_info(struct seq_file *m, struct Scsi_Host *host) in arxescsi_show_info() 254 struct Scsi_Host *host; in arxescsi_probe() 317 struct Scsi_Host *host = ecard_get_drvdata(ec); in arxescsi_remove()
|
D | cumana_2.c | 122 cumanascsi_2_terminator_ctl(struct Scsi_Host *host, int on_off) in cumanascsi_2_terminator_ctl() 157 cumanascsi_2_dma_setup(struct Scsi_Host *host, struct scsi_pointer *SCp, in cumanascsi_2_dma_setup() 209 cumanascsi_2_dma_pseudo(struct Scsi_Host *host, struct scsi_pointer *SCp, in cumanascsi_2_dma_pseudo() 283 cumanascsi_2_dma_stop(struct Scsi_Host *host, struct scsi_pointer *SCp) in cumanascsi_2_dma_stop() 297 const char *cumanascsi_2_info(struct Scsi_Host *host) in cumanascsi_2_info() 317 cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length) in cumanascsi_2_set_proc_info() 340 static int cumanascsi_2_show_info(struct seq_file *m, struct Scsi_Host *host) in cumanascsi_2_show_info() 377 struct Scsi_Host *host; in cumanascsi2_probe() 474 struct Scsi_Host *host = ecard_get_drvdata(ec); in cumanascsi2_remove()
|
/Linux-v4.19/drivers/scsi/arcmsr/ |
D | arcmsr_attr.c | 70 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_read() 117 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_write() 165 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_sysfs_iop_message_clear() 222 struct Scsi_Host *host = acb->host; in arcmsr_alloc_sysfs_attr() 251 struct Scsi_Host *host = acb->host; in arcmsr_free_sysfs_attr() 272 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_posted_cmd() 284 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_reset() 296 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_driver_abort() 308 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_fw_model() 320 struct Scsi_Host *host = class_to_shost(dev); in arcmsr_attr_host_fw_version() [all …]
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_attr.c | 32 struct Scsi_Host *shost; in bfad_im_get_starget_port_id() 58 struct Scsi_Host *shost; in bfad_im_get_starget_node_name() 84 struct Scsi_Host *shost; in bfad_im_get_starget_port_name() 108 bfad_im_get_host_port_id(struct Scsi_Host *shost) in bfad_im_get_host_port_id() 122 bfad_im_get_host_port_type(struct Scsi_Host *shost) in bfad_im_get_host_port_type() 154 bfad_im_get_host_port_state(struct Scsi_Host *shost) in bfad_im_get_host_port_state() 191 bfad_im_get_host_active_fc4s(struct Scsi_Host *shost) in bfad_im_get_host_active_fc4s() 210 bfad_im_get_host_speed(struct Scsi_Host *shost) in bfad_im_get_host_speed() 247 bfad_im_get_host_fabric_name(struct Scsi_Host *shost) in bfad_im_get_host_fabric_name() 264 bfad_im_get_stats(struct Scsi_Host *shost) in bfad_im_get_stats() [all …]
|
/Linux-v4.19/drivers/scsi/lpfc/ |
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);
|
D | lpfc_attr.c | 135 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_enable_fip_show() 149 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_nvme_info_show() 516 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_bg_info_show() 535 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_bg_guard_err_show() 547 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_bg_apptag_err_show() 559 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_bg_reftag_err_show() 579 struct Scsi_Host *host = class_to_shost(dev); in lpfc_info_show() 596 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_serialnum_show() 619 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_temp_sensor_show() 637 struct Scsi_Host *shost = class_to_shost(dev); in lpfc_modeldesc_show() [all …]
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_ctl.c | 57 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_mpi_interface_rev_show() 82 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_fw_version_show() 112 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_ila_version_show() 137 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_inactive_fw_version_show() 163 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_out_io_show() 186 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_devices_show() 212 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_max_sg_list_show() 257 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_sas_spec_support_show() 285 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_host_sas_address_show() 304 struct Scsi_Host *shost = class_to_shost(cdev); in pm8001_ctl_logging_level_show() [all …]
|
/Linux-v4.19/drivers/target/ |
D | target_core_pscsi.h | 24 struct Scsi_Host; 46 struct Scsi_Host *pdv_lld_host; 57 struct Scsi_Host *phv_lld_host;
|