Home
last modified time | relevance | path

Searched refs:shost (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dhosts.c264 shost->shost_data = kzalloc(shost->transportt->host_size, in scsi_add_host_with_dma()
273 snprintf(shost->work_q_name, sizeof(shost->work_q_name), in scsi_add_host_with_dma()
350 kfree(shost); in scsi_host_dev_release()
377 if (!shost) in scsi_host_alloc()
380 shost->host_lock = &shost->default_lock; in scsi_host_alloc()
473 shost->shost_dev.parent = &shost->shost_gendev; in scsi_host_alloc()
478 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
496 return shost; in scsi_host_alloc()
503 kfree(shost); in scsi_host_alloc()
539 return shost; in scsi_host_lookup()
[all …]
H A Dscsi_scan.c121 struct Scsi_Host *shost; member
149 data->shost = NULL; in scsi_complete_async_scans()
231 sdev->host = shost; in scsi_alloc_sdev()
1495 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1749 data->shost = scsi_host_get(shost); in scsi_prep_async_scan()
1750 if (!data->shost) in scsi_prep_async_scan()
1789 shost = data->shost; in scsi_finish_async_scan()
1829 shost->hostt->scan_start(shost); in do_scsi_scan_host()
1831 while (!shost->hostt->scan_finished(shost, jiffies - start)) in do_scsi_scan_host()
1842 struct Scsi_Host *shost = data->shost; in do_scan_async() local
[all …]
H A Dscsi_error.c70 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
102 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
112 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
224 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
281 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
1110 rtn = shost->hostt->queuecommand(shost, scmd); in scsi_send_eh_cmnd()
2228 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2229 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2242 shost->host_no, shost->host_eh_scheduled, in scsi_error_handler()
2251 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
[all …]
H A Dscsi_transport_fc.c2346 stat = fc_vport_setup(shost, 0, &shost->shost_gendev, &vid, &vport); in store_fc_host_vport_create()
2422 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_host_match()
2441 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_target_match()
2473 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_rport_match()
2507 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_vport_match()
2610 tgthi = shost->max_id; in fc_user_scan()
3191 fc_flush_work(shost); in fc_remote_port_add()
3536 fc_flush_work(shost); in fc_remote_port_rolechg()
3862 vport->shost = shost; in fc_vport_setup()
3961 stat = fc_vport_setup(shost, channel, &shost->shost_gendev, in fc_vport_create()
[all …]
H A Ddmx3191d.c61 struct Scsi_Host *shost; in dmx3191d_probe_one() local
78 if (!shost) in dmx3191d_probe_one()
81 hostdata = shost_priv(shost); in dmx3191d_probe_one()
87 shost->irq = NO_IRQ; in dmx3191d_probe_one()
95 pci_set_drvdata(pdev, shost); in dmx3191d_probe_one()
101 scsi_scan_host(shost); in dmx3191d_probe_one()
105 NCR5380_exit(shost); in dmx3191d_probe_one()
107 scsi_host_put(shost); in dmx3191d_probe_one()
122 scsi_remove_host(shost); in dmx3191d_remove_one()
124 NCR5380_exit(shost); in dmx3191d_remove_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dhosts.c264 shost->shost_data = kzalloc(shost->transportt->host_size, in scsi_add_host_with_dma()
273 snprintf(shost->work_q_name, sizeof(shost->work_q_name), in scsi_add_host_with_dma()
350 kfree(shost); in scsi_host_dev_release()
377 if (!shost) in scsi_host_alloc()
380 shost->host_lock = &shost->default_lock; in scsi_host_alloc()
473 shost->shost_dev.parent = &shost->shost_gendev; in scsi_host_alloc()
478 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
496 return shost; in scsi_host_alloc()
503 kfree(shost); in scsi_host_alloc()
539 return shost; in scsi_host_lookup()
[all …]
H A Dscsi_scan.c121 struct Scsi_Host *shost; member
149 data->shost = NULL; in scsi_complete_async_scans()
231 sdev->host = shost; in scsi_alloc_sdev()
1495 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1749 data->shost = scsi_host_get(shost); in scsi_prep_async_scan()
1750 if (!data->shost) in scsi_prep_async_scan()
1789 shost = data->shost; in scsi_finish_async_scan()
1829 shost->hostt->scan_start(shost); in do_scsi_scan_host()
1831 while (!shost->hostt->scan_finished(shost, jiffies - start)) in do_scsi_scan_host()
1842 struct Scsi_Host *shost = data->shost; in do_scan_async() local
[all …]
H A Dscsi_error.c70 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
102 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
112 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
224 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
281 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
1110 rtn = shost->hostt->queuecommand(shost, scmd); in scsi_send_eh_cmnd()
2228 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2229 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2242 shost->host_no, shost->host_eh_scheduled, in scsi_error_handler()
2251 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
[all …]
H A Dscsi_transport_fc.c2346 stat = fc_vport_setup(shost, 0, &shost->shost_gendev, &vid, &vport); in store_fc_host_vport_create()
2422 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_host_match()
2441 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_target_match()
2473 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_rport_match()
2507 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_vport_match()
2610 tgthi = shost->max_id; in fc_user_scan()
3191 fc_flush_work(shost); in fc_remote_port_add()
3536 fc_flush_work(shost); in fc_remote_port_rolechg()
3862 vport->shost = shost; in fc_vport_setup()
3961 stat = fc_vport_setup(shost, channel, &shost->shost_gendev, in fc_vport_create()
[all …]
H A Ddmx3191d.c61 struct Scsi_Host *shost; in dmx3191d_probe_one() local
78 if (!shost) in dmx3191d_probe_one()
81 hostdata = shost_priv(shost); in dmx3191d_probe_one()
87 shost->irq = NO_IRQ; in dmx3191d_probe_one()
95 pci_set_drvdata(pdev, shost); in dmx3191d_probe_one()
101 scsi_scan_host(shost); in dmx3191d_probe_one()
105 NCR5380_exit(shost); in dmx3191d_probe_one()
107 scsi_host_put(shost); in dmx3191d_probe_one()
122 scsi_remove_host(shost); in dmx3191d_remove_one()
124 NCR5380_exit(shost); in dmx3191d_remove_one()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dhosts.c264 shost->shost_data = kzalloc(shost->transportt->host_size, in scsi_add_host_with_dma()
273 snprintf(shost->work_q_name, sizeof(shost->work_q_name), in scsi_add_host_with_dma()
350 kfree(shost); in scsi_host_dev_release()
377 if (!shost) in scsi_host_alloc()
380 shost->host_lock = &shost->default_lock; in scsi_host_alloc()
473 shost->shost_dev.parent = &shost->shost_gendev; in scsi_host_alloc()
478 shost->ehandler = kthread_run(scsi_error_handler, shost, in scsi_host_alloc()
496 return shost; in scsi_host_alloc()
503 kfree(shost); in scsi_host_alloc()
539 return shost; in scsi_host_lookup()
[all …]
H A Dscsi_scan.c121 struct Scsi_Host *shost; member
149 data->shost = NULL; in scsi_complete_async_scans()
231 sdev->host = shost; in scsi_alloc_sdev()
1495 if (scsi_host_scan_allowed(shost) && scsi_autopm_get_host(shost) == 0) { in __scsi_add_device()
1749 data->shost = scsi_host_get(shost); in scsi_prep_async_scan()
1750 if (!data->shost) in scsi_prep_async_scan()
1789 shost = data->shost; in scsi_finish_async_scan()
1829 shost->hostt->scan_start(shost); in do_scsi_scan_host()
1831 while (!shost->hostt->scan_finished(shost, jiffies - start)) in do_scsi_scan_host()
1842 struct Scsi_Host *shost = data->shost; in do_scan_async() local
[all …]
H A Dscsi_error.c70 if (scsi_host_busy(shost) == shost->host_failed) { in scsi_eh_wakeup()
102 if (!shost->last_reset || shost->eh_deadline == -1) in scsi_host_eh_past_deadline()
112 if (time_before(jiffies, shost->last_reset + shost->eh_deadline) && in scsi_host_eh_past_deadline()
224 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_abort_command()
281 if (shost->eh_deadline != -1 && !shost->last_reset) in scsi_eh_scmd_add()
1110 rtn = shost->hostt->queuecommand(shost, scmd); in scsi_send_eh_cmnd()
2228 if ((shost->host_failed == 0 && shost->host_eh_scheduled == 0) || in scsi_error_handler()
2229 shost->host_failed != scsi_host_busy(shost)) { in scsi_error_handler()
2242 shost->host_no, shost->host_eh_scheduled, in scsi_error_handler()
2251 if (!shost->eh_noresume && scsi_autopm_get_host(shost) != 0) { in scsi_error_handler()
[all …]
H A Dscsi_transport_fc.c2346 stat = fc_vport_setup(shost, 0, &shost->shost_gendev, &vid, &vport); in store_fc_host_vport_create()
2422 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_host_match()
2441 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_target_match()
2473 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_rport_match()
2507 if (!shost->transportt || shost->transportt->host_attrs.ac.class in fc_vport_match()
2610 tgthi = shost->max_id; in fc_user_scan()
3191 fc_flush_work(shost); in fc_remote_port_add()
3536 fc_flush_work(shost); in fc_remote_port_rolechg()
3862 vport->shost = shost; in fc_vport_setup()
3961 stat = fc_vport_setup(shost, channel, &shost->shost_gendev, in fc_vport_create()
[all …]
H A Ddmx3191d.c61 struct Scsi_Host *shost; in dmx3191d_probe_one() local
78 if (!shost) in dmx3191d_probe_one()
81 hostdata = shost_priv(shost); in dmx3191d_probe_one()
87 shost->irq = NO_IRQ; in dmx3191d_probe_one()
95 pci_set_drvdata(pdev, shost); in dmx3191d_probe_one()
101 scsi_scan_host(shost); in dmx3191d_probe_one()
105 NCR5380_exit(shost); in dmx3191d_probe_one()
107 scsi_host_put(shost); in dmx3191d_probe_one()
122 scsi_remove_host(shost); in dmx3191d_remove_one()
124 NCR5380_exit(shost); in dmx3191d_remove_one()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/scsi/
H A Dscsi_host.h280 int (* map_queues)(struct Scsi_Host *shost);
728 return (void *)shost->hostdata; in shost_priv()
747 shost->shost_state == SHOST_DEL_RECOVERY || in scsi_host_in_recovery()
748 shost->tmf_in_progress; in scsi_host_in_recovery()
777 return shost->shost_gendev.parent; in scsi_get_device()
786 return shost->shost_state == SHOST_RUNNING || in scsi_host_scan_allowed()
787 shost->shost_state == SHOST_RECOVERY; in scsi_host_scan_allowed()
835 shost->prot_capabilities = mask; in scsi_host_set_prot()
840 return shost->prot_capabilities; in scsi_host_get_prot()
893 shost->prot_guard_type = type; in scsi_host_set_guard()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/scsi/
H A Dscsi_host.h280 int (* map_queues)(struct Scsi_Host *shost);
728 return (void *)shost->hostdata; in shost_priv()
747 shost->shost_state == SHOST_DEL_RECOVERY || in scsi_host_in_recovery()
748 shost->tmf_in_progress; in scsi_host_in_recovery()
777 return shost->shost_gendev.parent; in scsi_get_device()
786 return shost->shost_state == SHOST_RUNNING || in scsi_host_scan_allowed()
787 shost->shost_state == SHOST_RECOVERY; in scsi_host_scan_allowed()
835 shost->prot_capabilities = mask; in scsi_host_set_prot()
840 return shost->prot_capabilities; in scsi_host_get_prot()
893 shost->prot_guard_type = type; in scsi_host_set_guard()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/scsi/
H A Dscsi_host.h280 int (* map_queues)(struct Scsi_Host *shost);
728 return (void *)shost->hostdata; in shost_priv()
747 shost->shost_state == SHOST_DEL_RECOVERY || in scsi_host_in_recovery()
748 shost->tmf_in_progress; in scsi_host_in_recovery()
777 return shost->shost_gendev.parent; in scsi_get_device()
786 return shost->shost_state == SHOST_RUNNING || in scsi_host_scan_allowed()
787 shost->shost_state == SHOST_RECOVERY; in scsi_host_scan_allowed()
835 shost->prot_capabilities = mask; in scsi_host_set_prot()
840 return shost->prot_capabilities; in scsi_host_get_prot()
893 shost->prot_guard_type = type; in scsi_host_set_guard()
[all …]
/dports/net/fspd/fsp-2.8.1b29/clients/
H A Dfspprof.l22 %s shost
43 BEGIN(shost);
49 BEGIN(shost);
52 <shost>(fsp{WHITESPACE})?port BEGIN(sport);
56 <shost>alias{WHITESPACE} BEGIN(salias);
58 <shost>local{WHITESPACE}port BEGIN(slport);
67 <shost>delay BEGIN(sdelay);
71 <shost>timeout BEGIN(stimeout);
75 <shost>trace{WHITESPACE}on host->trace=1;
76 <shost>trace{WHITESPACE}off host->trace=0;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_main.c309 SNIC_HOST_ERR(shost, in snic_add_host()
317 snprintf(shost->work_q_name, sizeof(shost->work_q_name), "scsi_wq_%d", in snic_add_host()
318 shost->host_no); in snic_add_host()
319 shost->work_q = create_singlethread_workqueue(shost->work_q_name); in snic_add_host()
320 if (!shost->work_q) { in snic_add_host()
332 if (!shost->work_q) in snic_del_host()
336 shost->work_q = NULL; in snic_del_host()
382 if (!shost) { in snic_probe()
389 snic->shost = shost; in snic_probe()
392 shost->host_no); in snic_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_main.c309 SNIC_HOST_ERR(shost, in snic_add_host()
317 snprintf(shost->work_q_name, sizeof(shost->work_q_name), "scsi_wq_%d", in snic_add_host()
318 shost->host_no); in snic_add_host()
319 shost->work_q = create_singlethread_workqueue(shost->work_q_name); in snic_add_host()
320 if (!shost->work_q) { in snic_add_host()
332 if (!shost->work_q) in snic_del_host()
336 shost->work_q = NULL; in snic_del_host()
382 if (!shost) { in snic_probe()
389 snic->shost = shost; in snic_probe()
392 shost->host_no); in snic_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_main.c309 SNIC_HOST_ERR(shost, in snic_add_host()
317 snprintf(shost->work_q_name, sizeof(shost->work_q_name), "scsi_wq_%d", in snic_add_host()
318 shost->host_no); in snic_add_host()
319 shost->work_q = create_singlethread_workqueue(shost->work_q_name); in snic_add_host()
320 if (!shost->work_q) { in snic_add_host()
332 if (!shost->work_q) in snic_del_host()
336 shost->work_q = NULL; in snic_del_host()
382 if (!shost) { in snic_probe()
389 snic->shost = shost; in snic_probe()
392 shost->host_no); in snic_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_attr.c87 spin_lock_irq(shost->host_lock); in csio_reg_rnode()
89 spin_unlock_irq(shost->host_lock); in csio_reg_rnode()
190 fc_host_max_npiv_vports(shost) = in csio_fchost_attr_init()
198 fc_host_supported_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
202 fc_host_active_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
319 fc_host_fabric_name(shost) = 0; in csio_get_host_fabric_name()
554 struct Scsi_Host *shost = fc_vport->shost; in csio_vport_create() local
631 scsi_block_requests(shost); in csio_vport_delete()
636 scsi_unblock_requests(shost); in csio_vport_delete()
656 scsi_block_requests(shost); in csio_vport_disable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_attr.c87 spin_lock_irq(shost->host_lock); in csio_reg_rnode()
89 spin_unlock_irq(shost->host_lock); in csio_reg_rnode()
190 fc_host_max_npiv_vports(shost) = in csio_fchost_attr_init()
198 fc_host_supported_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
202 fc_host_active_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
319 fc_host_fabric_name(shost) = 0; in csio_get_host_fabric_name()
554 struct Scsi_Host *shost = fc_vport->shost; in csio_vport_create() local
631 scsi_block_requests(shost); in csio_vport_delete()
636 scsi_unblock_requests(shost); in csio_vport_delete()
656 scsi_block_requests(shost); in csio_vport_disable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_attr.c87 spin_lock_irq(shost->host_lock); in csio_reg_rnode()
89 spin_unlock_irq(shost->host_lock); in csio_reg_rnode()
190 fc_host_max_npiv_vports(shost) = in csio_fchost_attr_init()
198 fc_host_supported_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
202 fc_host_active_fc4s(shost)[7] = 1; in csio_fchost_attr_init() local
319 fc_host_fabric_name(shost) = 0; in csio_get_host_fabric_name()
554 struct Scsi_Host *shost = fc_vport->shost; in csio_vport_create() local
631 scsi_block_requests(shost); in csio_vport_delete()
636 scsi_unblock_requests(shost); in csio_vport_delete()
656 scsi_block_requests(shost); in csio_vport_disable()
[all …]

12345678910>>...40