projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26373d2
)
[SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing...
author
James Smart
<james.smart@emulex.com>
Fri, 6 Sep 2013 16:19:27 +0000
(12:19 -0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Wed, 11 Sep 2013 00:12:15 +0000
(17:12 -0700)
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/lpfc/lpfc_sli4.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_sli4.h
b/drivers/scsi/lpfc/lpfc_sli4.h
index
5bcc382
..
85120b7
100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_sli4.h
+++ b/
drivers/scsi/lpfc/lpfc_sli4.h
@@
-523,7
+523,7
@@
struct lpfc_sli4_hba {
struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */
- uint
8_t fw_func_mode;
/* FW function protocol mode */
+ uint
32_t fw_func_mode;
/* FW function protocol mode */
uint32_t ulp0_mode; /* ULP0 protocol mode */
uint32_t ulp1_mode; /* ULP1 protocol mode */