diff options
author | James Smart <james.smart@emulex.com> | 2013-04-17 20:16:37 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 15:54:39 -0400 |
commit | a22e7db38b8a582701faaa608cc65bc2fb517cde (patch) | |
tree | 78a42616a34f9435f19bdbf368c3a9b89bcf6ff6 /drivers/scsi | |
parent | 96f7077f671254e957a2815e54bb20e8d50f0bbc (diff) |
[SCSI] lpfc 8.3.39: Doorbell formation information logged in dual-chute mode WQ and RQ setup
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 3e02d4427f40..e9819c6c78b6 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -12910,8 +12910,9 @@ lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, | |||
12910 | } | 12910 | } |
12911 | wq->db_regaddr = bar_memmap_p + db_offset; | 12911 | wq->db_regaddr = bar_memmap_p + db_offset; |
12912 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, | 12912 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
12913 | "3264 WQ[%d]: barset:x%x, offset:x%x\n", | 12913 | "3264 WQ[%d]: barset:x%x, offset:x%x, " |
12914 | wq->queue_id, pci_barset, db_offset); | 12914 | "format:x%x\n", wq->queue_id, pci_barset, |
12915 | db_offset, wq->db_format); | ||
12915 | } else { | 12916 | } else { |
12916 | wq->db_format = LPFC_DB_LIST_FORMAT; | 12917 | wq->db_format = LPFC_DB_LIST_FORMAT; |
12917 | wq->db_regaddr = phba->sli4_hba.WQDBregaddr; | 12918 | wq->db_regaddr = phba->sli4_hba.WQDBregaddr; |
@@ -13131,8 +13132,9 @@ lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, | |||
13131 | } | 13132 | } |
13132 | hrq->db_regaddr = bar_memmap_p + db_offset; | 13133 | hrq->db_regaddr = bar_memmap_p + db_offset; |
13133 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, | 13134 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
13134 | "3266 RQ[qid:%d]: barset:x%x, offset:x%x\n", | 13135 | "3266 RQ[qid:%d]: barset:x%x, offset:x%x, " |
13135 | hrq->queue_id, pci_barset, db_offset); | 13136 | "format:x%x\n", hrq->queue_id, pci_barset, |
13137 | db_offset, hrq->db_format); | ||
13136 | } else { | 13138 | } else { |
13137 | hrq->db_format = LPFC_DB_RING_FORMAT; | 13139 | hrq->db_format = LPFC_DB_RING_FORMAT; |
13138 | hrq->db_regaddr = phba->sli4_hba.RQDBregaddr; | 13140 | hrq->db_regaddr = phba->sli4_hba.RQDBregaddr; |