aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hw4.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2009-11-18 15:39:16 -0500
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 13:01:50 -0500
commitc868595d5686e97183bc1ad85502835d81d7a457 (patch)
treec6e1838b96f048147e7b9954a195aee6bfe5b0c0 /drivers/scsi/lpfc/lpfc_hw4.h
parent832151f45806613f203c4c0308c1566d882b971f (diff)
[SCSI] lpfc 8.3.6 : FCoE Protocol Fixes
FCoE Protocol fixes. - Fixed FIP frame designation for ELS commands. - Fix CVL received on Port 1 not processed by driver. - Fix Zeroed frame on wire after FLOGI - Fix vport keep-alive does not contain the correct WWN. 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_hw4.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_hw4.h10
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;