diff options
author | James Smart <james.smart@emulex.com> | 2010-07-14 15:32:10 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:05:41 -0400 |
commit | 7dc517df3ace15b5a29b331abe0af86ed4836236 (patch) | |
tree | 7f95a4b9833b1549078244c28d4ddcde56d847ed /drivers/scsi/lpfc/lpfc_hbadisc.c | |
parent | 3804dc84b8c11038ef75d97fd11e43658f623665 (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.c | 2 |
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 | ||
3589 | struct lpfc_nodelist * | 3589 | struct lpfc_nodelist * |