[SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT status
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
90695ee0e9
commit
e3d2b802ad
@@ -344,7 +344,7 @@ struct lpfc_cqe {
|
||||
* Define mask value for xri_aborted and wcqe completed CQE extended status.
|
||||
* Currently, extended status is limited to 9 bits (0x0 -> 0x103) .
|
||||
*/
|
||||
#define WCQE_PARAM_MASK 0x1FF;
|
||||
#define WCQE_PARAM_MASK 0x1FF
|
||||
|
||||
/* completion queue entry for wqe completions */
|
||||
struct lpfc_wcqe_complete {
|
||||
|
Reference in New Issue
Block a user