diff options
author | James Smart <james.smart@emulex.com> | 2010-01-27 05:08:29 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-09 01:38:44 +0100 |
commit | 65467b6bdffd3efde111444663bc9de35b59b22a (patch) | |
tree | df2fe983e3b5a0c921709d72eef529e9ae68aeb6 /drivers/scsi/lpfc/lpfc_init.c | |
parent | [SCSI] lpfc 8.3.8: BugFixes: Discovery relates changes (diff) | |
download | linux-65467b6bdffd3efde111444663bc9de35b59b22a.tar.xz linux-65467b6bdffd3efde111444663bc9de35b59b22a.zip |
[SCSI] lpfc 8.3.8: Add code to display logical link speed
Display Logical Link Speed when supported and is non-zero.
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_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 4d20c4148fae..e80e95d95cde 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c @@ -2981,6 +2981,8 @@ lpfc_sli4_async_link_evt(struct lpfc_hba *phba, bf_get(lpfc_acqe_link_physical, acqe_link); phba->sli4_hba.link_state.fault = bf_get(lpfc_acqe_link_fault, acqe_link); + phba->sli4_hba.link_state.logical_speed = + bf_get(lpfc_acqe_qos_link_speed, acqe_link); /* Invoke the lpfc_handle_latt mailbox command callback function */ lpfc_mbx_cmpl_read_la(phba, pmb); |