diff options
author | James Smart <james.smart@avagotech.com> | 2015-05-21 20:55:21 +0300 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-06-06 08:34:55 +0300 |
commit | 86478875eb4d2e7108b914f8a5e53be260816d5c (patch) | |
tree | 9f97de6ec770e84e276bfd83d147243ec1428477 /drivers/scsi/lpfc/lpfc_sli4.h | |
parent | a1efe163102fed8a3b5990a67cadb1193e630820 (diff) | |
download | linux-86478875eb4d2e7108b914f8a5e53be260816d5c.tar.xz |
lpfc: Add support for RDP ELS command.
Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com>
Signed-off-by: James Smart <james.smart@avagotech.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 2ce6cb58fa8d..d1a5b057c6f3 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h @@ -652,6 +652,16 @@ struct lpfc_rsrc_blks { uint16_t rsrc_used; }; +struct lpfc_rdp_context { + struct lpfc_nodelist *ndlp; + uint16_t ox_id; + uint16_t rx_id; + READ_LNK_VAR link_stat; + uint8_t page_a0[DMP_SFF_PAGE_A0_SIZE]; + uint8_t page_a2[DMP_SFF_PAGE_A2_SIZE]; + void (*cmpl)(struct lpfc_hba *, struct lpfc_rdp_context*, int); +}; + struct lpfc_lcb_context { uint8_t sub_command; uint8_t type; |