diff options
author | James Bottomley <James.Bottomley@suse.de> | 2010-05-18 10:33:43 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-05-18 10:37:41 -0400 |
commit | 95bb335c0ebe96afe926387a1ef3a096bd884a82 (patch) | |
tree | 56115332b4f2f7ef300c36248a6a7d20db2e639d /drivers/scsi/lpfc/lpfc.h | |
parent | 1b4d0d8ea7b3cbd107f345ab766416f9b38ce66a (diff) | |
parent | 9cccde93fed1ca988eb2fb17ab9194bf7b5ed1b0 (diff) |
[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 565e16dd74fc..e35a4c71eb9a 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -310,7 +310,9 @@ struct lpfc_vport { | |||
310 | #define FC_NLP_MORE 0x40 /* More node to process in node tbl */ | 310 | #define FC_NLP_MORE 0x40 /* More node to process in node tbl */ |
311 | #define FC_OFFLINE_MODE 0x80 /* Interface is offline for diag */ | 311 | #define FC_OFFLINE_MODE 0x80 /* Interface is offline for diag */ |
312 | #define FC_FABRIC 0x100 /* We are fabric attached */ | 312 | #define FC_FABRIC 0x100 /* We are fabric attached */ |
313 | #define FC_VPORT_LOGO_RCVD 0x200 /* LOGO received on vport */ | ||
313 | #define FC_RSCN_DISCOVERY 0x400 /* Auth all devices after RSCN */ | 314 | #define FC_RSCN_DISCOVERY 0x400 /* Auth all devices after RSCN */ |
315 | #define FC_LOGO_RCVD_DID_CHNG 0x800 /* FDISC on phys port detect DID chng*/ | ||
314 | #define FC_SCSI_SCAN_TMO 0x4000 /* scsi scan timer running */ | 316 | #define FC_SCSI_SCAN_TMO 0x4000 /* scsi scan timer running */ |
315 | #define FC_ABORT_DISCOVERY 0x8000 /* we want to abort discovery */ | 317 | #define FC_ABORT_DISCOVERY 0x8000 /* we want to abort discovery */ |
316 | #define FC_NDISC_ACTIVE 0x10000 /* NPort discovery active */ | 318 | #define FC_NDISC_ACTIVE 0x10000 /* NPort discovery active */ |
@@ -554,6 +556,7 @@ struct lpfc_hba { | |||
554 | struct lpfc_dmabuf slim2p; | 556 | struct lpfc_dmabuf slim2p; |
555 | 557 | ||
556 | MAILBOX_t *mbox; | 558 | MAILBOX_t *mbox; |
559 | uint32_t *mbox_ext; | ||
557 | uint32_t *inb_ha_copy; | 560 | uint32_t *inb_ha_copy; |
558 | uint32_t *inb_counter; | 561 | uint32_t *inb_counter; |
559 | uint32_t inb_last_counter; | 562 | uint32_t inb_last_counter; |
@@ -622,6 +625,7 @@ struct lpfc_hba { | |||
622 | uint32_t cfg_enable_hba_reset; | 625 | uint32_t cfg_enable_hba_reset; |
623 | uint32_t cfg_enable_hba_heartbeat; | 626 | uint32_t cfg_enable_hba_heartbeat; |
624 | uint32_t cfg_enable_bg; | 627 | uint32_t cfg_enable_bg; |
628 | uint32_t cfg_hostmem_hgp; | ||
625 | uint32_t cfg_log_verbose; | 629 | uint32_t cfg_log_verbose; |
626 | uint32_t cfg_aer_support; | 630 | uint32_t cfg_aer_support; |
627 | uint32_t cfg_suppress_link_up; | 631 | uint32_t cfg_suppress_link_up; |