aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2010-07-14 15:32:10 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-07-28 10:05:41 -0400
commit7dc517df3ace15b5a29b331abe0af86ed4836236 (patch)
tree7f95a4b9833b1549078244c28d4ddcde56d847ed /drivers/scsi/lpfc/lpfc_hbadisc.c
parent3804dc84b8c11038ef75d97fd11e43658f623665 (diff)
[SCSI] lpfc 8.3.15: Add target queue depth throttling
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com> Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hbadisc.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_hbadisc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c
index 92498e488f4f..0639c994349c 100644
--- a/drivers/scsi/lpfc/lpfc_hbadisc.c
+++ b/drivers/scsi/lpfc/lpfc_hbadisc.c
@@ -3583,7 +3583,7 @@ lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
3583 kref_init(&ndlp->kref); 3583 kref_init(&ndlp->kref);
3584 NLP_INT_NODE_ACT(ndlp); 3584 NLP_INT_NODE_ACT(ndlp);
3585 atomic_set(&ndlp->cmd_pending, 0); 3585 atomic_set(&ndlp->cmd_pending, 0);
3586 ndlp->cmd_qdepth = LPFC_MAX_TGT_QDEPTH; 3586 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
3587} 3587}
3588 3588
3589struct lpfc_nodelist * 3589struct lpfc_nodelist *