diff options
author | James Smart <james.smart@emulex.com> | 2012-08-03 12:36:52 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 09:44:39 -0400 |
commit | ba20c8536fa039ac3bfc32e0a0f0450134dee8c1 (patch) | |
tree | 0293b8915bce3638fc9095857bc230f76c6c80ee /drivers/scsi/lpfc/lpfc_init.c | |
parent | 49aa143da98cac07f56096de0d099cb00ccd1582 (diff) |
[SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameter
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 538124b39767..cb2749a67c69 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -8111,6 +8111,7 @@ enable_msix_vectors: | |||
8111 | 8111 | ||
8112 | phba->sli4_hba.fcp_eq_hdl[index].idx = index; | 8112 | phba->sli4_hba.fcp_eq_hdl[index].idx = index; |
8113 | phba->sli4_hba.fcp_eq_hdl[index].phba = phba; | 8113 | phba->sli4_hba.fcp_eq_hdl[index].phba = phba; |
8114 | atomic_set(&phba->sli4_hba.fcp_eq_hdl[index].fcp_eq_in_use, 1); | ||
8114 | rc = request_irq(phba->sli4_hba.msix_entries[index].vector, | 8115 | rc = request_irq(phba->sli4_hba.msix_entries[index].vector, |
8115 | &lpfc_sli4_hba_intr_handler, IRQF_SHARED, | 8116 | &lpfc_sli4_hba_intr_handler, IRQF_SHARED, |
8116 | (char *)&phba->sli4_hba.handler_name[index], | 8117 | (char *)&phba->sli4_hba.handler_name[index], |
@@ -8283,6 +8284,8 @@ lpfc_sli4_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode) | |||
8283 | index++) { | 8284 | index++) { |
8284 | phba->sli4_hba.fcp_eq_hdl[index].idx = index; | 8285 | phba->sli4_hba.fcp_eq_hdl[index].idx = index; |
8285 | phba->sli4_hba.fcp_eq_hdl[index].phba = phba; | 8286 | phba->sli4_hba.fcp_eq_hdl[index].phba = phba; |
8287 | atomic_set(&phba->sli4_hba.fcp_eq_hdl[index]. | ||
8288 | fcp_eq_in_use, 1); | ||
8286 | } | 8289 | } |
8287 | } | 8290 | } |
8288 | } | 8291 | } |