diff options
author | James Smart <James.Smart@Emulex.Com> | 2006-12-02 13:34:16 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-03 10:29:18 -0500 |
commit | a4bc3379fbc368597024104727fdf14ced483c14 (patch) | |
tree | ed16c3eb403754d7fb9e8928ecc5a286f10a12d3 /drivers/scsi/lpfc/lpfc_els.c | |
parent | 2fb9bd8b9cbe9a8d70bf5f43a9ee6a4fa565ed5a (diff) |
[SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_support
It was not accounted for in the fast/slow rings.
Genericize the implementation and control it via sysfs
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_els.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index 60af1c60fe9b..a47e5ab1ec4d 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
@@ -1128,7 +1128,7 @@ lpfc_cmpl_els_adisc(struct lpfc_hba * phba, struct lpfc_iocbq * cmdiocb, | |||
1128 | mempool_free(mbox, | 1128 | mempool_free(mbox, |
1129 | phba->mbox_mem_pool); | 1129 | phba->mbox_mem_pool); |
1130 | lpfc_disc_flush_list(phba); | 1130 | lpfc_disc_flush_list(phba); |
1131 | psli->ring[(psli->ip_ring)]. | 1131 | psli->ring[(psli->extra_ring)]. |
1132 | flag &= | 1132 | flag &= |
1133 | ~LPFC_STOP_IOCB_EVENT; | 1133 | ~LPFC_STOP_IOCB_EVENT; |
1134 | psli->ring[(psli->fcp_ring)]. | 1134 | psli->ring[(psli->fcp_ring)]. |
@@ -3046,7 +3046,7 @@ lpfc_els_rcv_farp(struct lpfc_hba * phba, | |||
3046 | /* FARP-REQ received from DID <did> */ | 3046 | /* FARP-REQ received from DID <did> */ |
3047 | lpfc_printf_log(phba, | 3047 | lpfc_printf_log(phba, |
3048 | KERN_INFO, | 3048 | KERN_INFO, |
3049 | LOG_IP, | 3049 | LOG_ELS, |
3050 | "%d:0601 FARP-REQ received from DID x%x\n", | 3050 | "%d:0601 FARP-REQ received from DID x%x\n", |
3051 | phba->brd_no, did); | 3051 | phba->brd_no, did); |
3052 | 3052 | ||
@@ -3108,7 +3108,7 @@ lpfc_els_rcv_farpr(struct lpfc_hba * phba, | |||
3108 | /* FARP-RSP received from DID <did> */ | 3108 | /* FARP-RSP received from DID <did> */ |
3109 | lpfc_printf_log(phba, | 3109 | lpfc_printf_log(phba, |
3110 | KERN_INFO, | 3110 | KERN_INFO, |
3111 | LOG_IP, | 3111 | LOG_ELS, |
3112 | "%d:0600 FARP-RSP received from DID x%x\n", | 3112 | "%d:0600 FARP-RSP received from DID x%x\n", |
3113 | phba->brd_no, did); | 3113 | phba->brd_no, did); |
3114 | 3114 | ||