diff options
author | James Smart <james.smart@avagotech.com> | 2015-05-21 13:55:18 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-06-05 18:30:28 -0400 |
commit | 8b017a30a31390bf7968d60e408f2d38fc7bd254 (patch) | |
tree | 195b8f6267b4ff13921bdece2ceb92c2855aa7d8 /drivers/scsi/lpfc/lpfc_init.c | |
parent | 0290217ad830f2813bb9ed5f51af686c0c591f28 (diff) |
lpfc: Add support for ELS LCB.
Also has a little whitespace fixing.
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com>
Signed-off-by: James Smart <james.smart@avagotech.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index e8c8c1ecc1f5..15825f6ac4cc 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -7500,6 +7500,8 @@ lpfc_sli4_queue_setup(struct lpfc_hba *phba) | |||
7500 | mboxq->u.mqe.un.query_fw_cfg.rsp.function_mode; | 7500 | mboxq->u.mqe.un.query_fw_cfg.rsp.function_mode; |
7501 | phba->sli4_hba.ulp0_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp0_mode; | 7501 | phba->sli4_hba.ulp0_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp0_mode; |
7502 | phba->sli4_hba.ulp1_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp1_mode; | 7502 | phba->sli4_hba.ulp1_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp1_mode; |
7503 | phba->sli4_hba.physical_port = | ||
7504 | mboxq->u.mqe.un.query_fw_cfg.rsp.physical_port; | ||
7503 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, | 7505 | lpfc_printf_log(phba, KERN_INFO, LOG_INIT, |
7504 | "3251 QUERY_FW_CFG: func_mode:x%x, ulp0_mode:x%x, " | 7506 | "3251 QUERY_FW_CFG: func_mode:x%x, ulp0_mode:x%x, " |
7505 | "ulp1_mode:x%x\n", phba->sli4_hba.fw_func_mode, | 7507 | "ulp1_mode:x%x\n", phba->sli4_hba.fw_func_mode, |