search for: eh_timed_out

Displaying 5 results from an estimated 5 matches for "eh_timed_out".

2017 Aug 10
3
[PATCH v2 0/2] virtio_scsi: Set can_queue based on size of virtqueue.
v1 was here: https://lkml.org/lkml/2017/8/10/689 v1 -> v2: Remove .can_queue field from the templates. Rich.
2017 Aug 10
3
[PATCH v2 0/2] virtio_scsi: Set can_queue based on size of virtqueue.
v1 was here: https://lkml.org/lkml/2017/8/10/689 v1 -> v2: Remove .can_queue field from the templates. Rich.
2017 Aug 10
0
[PATCH v2 2/2] virtio: virtio_scsi: Set can_queue to the length of the virtqueue.
..., 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/virtio_scsi.c b/drivers/scsi/virtio_scsi.c index 9be211d68b15..7c28e8d4955a 100644 --- a/drivers/scsi/virtio_scsi.c +++ b/drivers/scsi/virtio_scsi.c @@ -818,7 +818,6 @@ static struct scsi_host_template virtscsi_host_template_single = { .eh_timed_out = virtscsi_eh_timed_out, .slave_alloc = virtscsi_device_alloc, - .can_queue = 1024, .dma_boundary = UINT_MAX, .use_clustering = ENABLE_CLUSTERING, .target_alloc = virtscsi_target_alloc, @@ -839,7 +838,6 @@ static struct scsi_host_template virtscsi_host_template_multi = { .eh_timed_out =...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...port_attrs[0]; i->vport_attr_cont.ac.class = &fc_vport_class.class; i->vport_attr_cont.ac.match = fc_vport_match; transport_container_register(&i->vport_attr_cont); i->f = ft; /* Transport uses the shost workq for scsi scanning */ i->t.create_work_queue = 1; i->t.eh_timed_out = fc_timed_out; i->t.user_scan = fc_user_scan; /* target-mode drivers' functions */ i->t.tsk_mgmt_response = fc_tsk_mgmt_response; i->t.it_nexus_response = fc_it_nexus_response; /* * Setup SCSI Target Attributes. */ count = 0; SETUP_STARGET_ATTRIBUTE_RD(node_name); SETUP...
2012 Apr 20
1
[PATCH] multiqueue: a hodge podge of things
...port_attrs[0]; i->vport_attr_cont.ac.class = &fc_vport_class.class; i->vport_attr_cont.ac.match = fc_vport_match; transport_container_register(&i->vport_attr_cont); i->f = ft; /* Transport uses the shost workq for scsi scanning */ i->t.create_work_queue = 1; i->t.eh_timed_out = fc_timed_out; i->t.user_scan = fc_user_scan; /* target-mode drivers' functions */ i->t.tsk_mgmt_response = fc_tsk_mgmt_response; i->t.it_nexus_response = fc_it_nexus_response; /* * Setup SCSI Target Attributes. */ count = 0; SETUP_STARGET_ATTRIBUTE_RD(node_name); SETUP...