diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw4.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index 7fbc58713f1..4e3a11b9829 100644 --- a/drivers/scsi/lpfc/lpfc_hw4.h +++ b/drivers/scsi/lpfc/lpfc_hw4.h | |||
@@ -1444,10 +1444,16 @@ struct lpfc_mbx_init_vfi { | |||
1444 | #define lpfc_init_vfi_vf_SHIFT 29 | 1444 | #define lpfc_init_vfi_vf_SHIFT 29 |
1445 | #define lpfc_init_vfi_vf_MASK 0x00000001 | 1445 | #define lpfc_init_vfi_vf_MASK 0x00000001 |
1446 | #define lpfc_init_vfi_vf_WORD word1 | 1446 | #define lpfc_init_vfi_vf_WORD word1 |
1447 | #define lpfc_init_vfi_vp_SHIFT 28 | ||
1448 | #define lpfc_init_vfi_vp_MASK 0x00000001 | ||
1449 | #define lpfc_init_vfi_vp_WORD word1 | ||
1447 | #define lpfc_init_vfi_vfi_SHIFT 0 | 1450 | #define lpfc_init_vfi_vfi_SHIFT 0 |
1448 | #define lpfc_init_vfi_vfi_MASK 0x0000FFFF | 1451 | #define lpfc_init_vfi_vfi_MASK 0x0000FFFF |
1449 | #define lpfc_init_vfi_vfi_WORD word1 | 1452 | #define lpfc_init_vfi_vfi_WORD word1 |
1450 | uint32_t word2; | 1453 | uint32_t word2; |
1454 | #define lpfc_init_vfi_vpi_SHIFT 16 | ||
1455 | #define lpfc_init_vfi_vpi_MASK 0x0000FFFF | ||
1456 | #define lpfc_init_vfi_vpi_WORD word2 | ||
1451 | #define lpfc_init_vfi_fcfi_SHIFT 0 | 1457 | #define lpfc_init_vfi_fcfi_SHIFT 0 |
1452 | #define lpfc_init_vfi_fcfi_MASK 0x0000FFFF | 1458 | #define lpfc_init_vfi_fcfi_MASK 0x0000FFFF |
1453 | #define lpfc_init_vfi_fcfi_WORD word2 | 1459 | #define lpfc_init_vfi_fcfi_WORD word2 |
@@ -2155,6 +2161,7 @@ struct lpfc_mcqe { | |||
2155 | #define LPFC_TRAILER_CODE_FCOE 0x2 | 2161 | #define LPFC_TRAILER_CODE_FCOE 0x2 |
2156 | #define LPFC_TRAILER_CODE_DCBX 0x3 | 2162 | #define LPFC_TRAILER_CODE_DCBX 0x3 |
2157 | #define LPFC_TRAILER_CODE_GRP5 0x5 | 2163 | #define LPFC_TRAILER_CODE_GRP5 0x5 |
2164 | #define LPFC_TRAILER_CODE_FC 0x10 | ||
2158 | }; | 2165 | }; |
2159 | 2166 | ||
2160 | struct lpfc_acqe_link { | 2167 | struct lpfc_acqe_link { |