| /drivers/scsi/ |
| A D | scsi_error.c | 130 if (host->hostt->eh_should_retry_cmd) in scsi_eh_should_retry_cmd() 347 if (host->hostt->eh_timed_out) { in scsi_timeout() 898 const struct scsi_host_template *hostt = host->hostt; in scsi_try_host_reset() local 903 if (!hostt->eh_host_reset_handler) in scsi_try_host_reset() 909 if (!hostt->skip_settle_delay) in scsi_try_host_reset() 928 const struct scsi_host_template *hostt = host->hostt; in scsi_try_bus_reset() local 933 if (!hostt->eh_bus_reset_handler) in scsi_try_bus_reset() 939 if (!hostt->skip_settle_delay) in scsi_try_bus_reset() 970 const struct scsi_host_template *hostt = host->hostt; in scsi_try_target_reset() local 999 const struct scsi_host_template *hostt = scmd->device->host->hostt; in scsi_try_bus_device_reset() local [all …]
|
| A D | scsi_scan.c | 368 if (shost->hostt->sdev_init) { in scsi_alloc_sdev() 369 ret = shost->hostt->sdev_init(sdev); in scsi_alloc_sdev() 401 if (shost->hostt->target_destroy) in scsi_target_destroy() 402 shost->hostt->target_destroy(starget); in scsi_target_destroy() 537 if (shost->hostt->target_alloc) { in scsi_alloc_target() 878 const struct scsi_host_template *hostt = sdev->host->hostt; in scsi_add_lun() local 1080 if (hostt->sdev_configure) in scsi_add_lun() 1106 if (hostt->sdev_configure) in scsi_add_lun() 2024 if (shost->hostt->scan_finished) { in do_scsi_scan_host() 2026 if (shost->hostt->scan_start) in do_scsi_scan_host() [all …]
|
| A D | hosts.c | 184 scsi_proc_hostdir_rm(shost->hostt); in scsi_remove_host() 222 const struct scsi_host_template *sht = shost->hostt; in scsi_add_host_with_dma() 361 scsi_proc_hostdir_rm(shost->hostt); in scsi_host_dev_release() 436 shost->hostt = sht; in scsi_host_alloc() 532 if (scsi_proc_hostdir_add(shost->hostt) < 0) in scsi_host_alloc() 662 "when no workqueue created.\n", shost->hostt->name); in scsi_queue_work() 681 "when no workqueue created.\n", shost->hostt->name); in scsi_flush_work()
|
| A D | scsi_proc.c | 74 if (!shost->hostt->write_info) in proc_scsi_host_write() 82 ret = shost->hostt->write_info(shost, page, count); in proc_scsi_host_write() 92 return shost->hostt->show_info(m, shost); in proc_scsi_show() 220 const struct scsi_host_template *sht = shost->hostt; in scsi_proc_host_add() 251 const struct scsi_host_template *sht = shost->hostt; in scsi_proc_host_rm()
|
| A D | scsi_lib.c | 1626 rtn = host->hostt->queuecommand(host, cmd); in scsi_dispatch_cmd() 1845 if (shost->hostt->cmd_size && !shost->hostt->init_cmd_priv) in scsi_queue_rq() 1930 shost->hostt->cmd_size; in scsi_mq_init_request() 1934 if (shost->hostt->init_cmd_priv) { in scsi_mq_init_request() 1949 if (shost->hostt->exit_cmd_priv) in scsi_mq_exit_request() 1950 shost->hostt->exit_cmd_priv(shost, cmd); in scsi_mq_exit_request() 1959 if (shost->hostt->mq_poll) in scsi_mq_poll() 1978 if (shost->hostt->map_queues) in scsi_map_queues() 1979 return shost->hostt->map_queues(shost); in scsi_map_queues() 2080 if (shost->hostt->commit_rqs) in scsi_mq_setup_tags() [all …]
|
| A D | scsi_ioctl.c | 54 if (host->hostt->info) in ioctl_probe() 55 string = host->hostt->info(host); in ioctl_probe() 57 string = host->hostt->name; in ioctl_probe() 951 if (!sdev->host->hostt->compat_ioctl) in scsi_ioctl() 953 return sdev->host->hostt->compat_ioctl(sdev, cmd, arg); in scsi_ioctl() 956 if (!sdev->host->hostt->ioctl) in scsi_ioctl() 958 return sdev->host->hostt->ioctl(sdev, cmd, arg); in scsi_ioctl()
|
| A D | scsi_sysfs.c | 259 unsigned int supported_mode = shost->hostt->supported_mode; in show_shost_supported_mode() 299 const struct scsi_host_template *sht = shost->hostt; in store_host_reset() 341 !shost->hostt->eh_host_reset_handler)) in store_shost_eh_deadline() 379 shost_rd_attr2(proc_name, hostt->proc_name, "%s\n"); 1035 const struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT() 1266 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible() 1270 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible() 1516 if (sdev->host->hostt->sdev_destroy) in __scsi_remove_device() 1517 sdev->host->hostt->sdev_destroy(sdev); in __scsi_remove_device() 1650 const struct scsi_host_template *hostt = shost->hostt; in scsi_sysfs_device_initialize() local [all …]
|
| A D | scsi.c | 788 if (!try_module_get(sdev->host->hostt->module)) in scsi_device_get() 795 module_put(sdev->host->hostt->module); in scsi_device_get() 811 struct module *mod = sdev->host->hostt->module; in scsi_device_put()
|
| A D | am53c974.c | 374 const struct scsi_host_template *hostt = &scsi_esp_template; in pci_esp_probe_one() local 391 shost = scsi_host_alloc(hostt, sizeof(struct esp)); in pci_esp_probe_one()
|
| A D | raid_class.c | 68 if (i->f->cookie != sdev->host->hostt) in raid_match()
|
| A D | scsi_transport_fc.c | 2780 "when no workqueue created.\n", shost->hostt->name); in fc_queue_work() 2799 "when no workqueue created.\n", shost->hostt->name); in fc_flush_work() 2824 "when no workqueue created.\n", shost->hostt->name); in fc_queue_devloss_work() 2844 "when no workqueue created.\n", shost->hostt->name); in fc_flush_devloss() 4137 if ((shost->hostt->vendor_id == 0L) || in fc_bsg_host_dispatch() 4139 shost->hostt->vendor_id)) { in fc_bsg_host_dispatch()
|
| A D | sd.c | 1616 if (host->hostt->bios_param) in sd_getgeo() 1617 host->hostt->bios_param(sdp, bdev, capacity, diskinfo); in sd_getgeo() 3842 if (sdev->host->hostt->unlock_native_capacity) in sd_unlock_native_capacity() 3843 sdev->host->hostt->unlock_native_capacity(sdev); in sd_unlock_native_capacity()
|
| A D | sg.c | 1098 return put_user(sdp->device->host->hostt->emulated, ip); in sg_ioctl_common() 2609 scsidp->host->hostt->emulated); in sg_proc_seq_show_debug()
|
| A D | NCR5380.c | 424 instance->hostt->name, instance->irq, hostdata->io_port, in NCR5380_init()
|
| A D | ips.c | 6660 sh->sg_tablesize = sh->hostt->sg_tablesize; in ips_register_scsi() 6661 sh->can_queue = sh->hostt->can_queue; in ips_register_scsi() 6662 sh->cmd_per_lun = sh->hostt->cmd_per_lun; in ips_register_scsi()
|
| /drivers/target/ |
| A D | target_core_pscsi.c | 82 (scsi_host->hostt->name) ? (scsi_host->hostt->name) : in pscsi_detach_hba() 107 " %s\n", hba->hba_id, (sh->hostt->name) ? in pscsi_pmode_enable_hba() 108 (sh->hostt->name) : "Unknown"); in pscsi_pmode_enable_hba() 128 hba->hba_id, (sh->hostt->name) ? (sh->hostt->name) : "Unknown"); in pscsi_pmode_enable_hba()
|
| /drivers/scsi/libfc/ |
| A D | fc_npiv.c | 27 vn_port = libfc_host_alloc(shost->hostt, privsize); in libfc_vport_create()
|
| /drivers/scsi/libsas/ |
| A D | sas_scsi_host.c | 509 if (!shost->hostt->eh_device_reset_handler) in try_to_reset_cmd_device() 512 res = shost->hostt->eh_device_reset_handler(cmd); in try_to_reset_cmd_device() 517 if (shost->hostt->eh_target_reset_handler) in try_to_reset_cmd_device() 518 return shost->hostt->eh_target_reset_handler(cmd); in try_to_reset_cmd_device()
|
| A D | sas_host_smp.c | 270 memcpy(resp_data + 12, shost->hostt->name, in sas_smp_host_handler()
|
| /drivers/scsi/arm/ |
| A D | arxescsi.c | 222 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in arxescsi_info()
|
| A D | powertec.c | 193 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in powertecscsi_info()
|
| A D | cumana_2.c | 305 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in cumanascsi_2_info()
|
| A D | eesox.c | 390 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in eesoxscsi_info()
|
| /drivers/scsi/esas2r/ |
| A D | esas2r_main.c | 642 proc_dir = scsi_template_proc_dir(esas2r_proc_host->hostt); in esas2r_exit() 737 proc_dir = scsi_template_proc_dir(sh->hostt); in esas2r_info()
|
| /drivers/scsi/qedi/ |
| A D | qedi_iscsi.c | 1283 if (strcmp(shost->hostt->proc_name, "qedi")) { in qedi_set_path() 1286 shost->hostt->proc_name); in qedi_set_path()
|