diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw4.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index 4f03f1d876d0..95f8b4e0063d 100644 --- a/drivers/scsi/lpfc/lpfc_hw4.h +++ b/drivers/scsi/lpfc/lpfc_hw4.h | |||
@@ -453,6 +453,13 @@ struct lpfc_wqe_generic{ | |||
453 | #define lpfc_wqe_gen_wqec_SHIFT 7 | 453 | #define lpfc_wqe_gen_wqec_SHIFT 7 |
454 | #define lpfc_wqe_gen_wqec_MASK 0x00000001 | 454 | #define lpfc_wqe_gen_wqec_MASK 0x00000001 |
455 | #define lpfc_wqe_gen_wqec_WORD word11 | 455 | #define lpfc_wqe_gen_wqec_WORD word11 |
456 | #define ELS_ID_FLOGI 3 | ||
457 | #define ELS_ID_FDISC 2 | ||
458 | #define ELS_ID_LOGO 1 | ||
459 | #define ELS_ID_DEFAULT 0 | ||
460 | #define lpfc_wqe_gen_els_id_SHIFT 4 | ||
461 | #define lpfc_wqe_gen_els_id_MASK 0x00000003 | ||
462 | #define lpfc_wqe_gen_els_id_WORD word11 | ||
456 | #define lpfc_wqe_gen_cmd_type_SHIFT 0 | 463 | #define lpfc_wqe_gen_cmd_type_SHIFT 0 |
457 | #define lpfc_wqe_gen_cmd_type_MASK 0x0000000F | 464 | #define lpfc_wqe_gen_cmd_type_MASK 0x0000000F |
458 | #define lpfc_wqe_gen_cmd_type_WORD word11 | 465 | #define lpfc_wqe_gen_cmd_type_WORD word11 |
@@ -1395,8 +1402,7 @@ struct lpfc_mbx_reg_vfi { | |||
1395 | #define lpfc_reg_vfi_fcfi_SHIFT 0 | 1402 | #define lpfc_reg_vfi_fcfi_SHIFT 0 |
1396 | #define lpfc_reg_vfi_fcfi_MASK 0x0000FFFF | 1403 | #define lpfc_reg_vfi_fcfi_MASK 0x0000FFFF |
1397 | #define lpfc_reg_vfi_fcfi_WORD word2 | 1404 | #define lpfc_reg_vfi_fcfi_WORD word2 |
1398 | uint32_t word3_rsvd; | 1405 | uint32_t wwn[2]; |
1399 | uint32_t word4_rsvd; | ||
1400 | struct ulp_bde64 bde; | 1406 | struct ulp_bde64 bde; |
1401 | uint32_t word8_rsvd; | 1407 | uint32_t word8_rsvd; |
1402 | uint32_t word9_rsvd; | 1408 | uint32_t word9_rsvd; |