diff options
author | Sarang Radke <sarang.radke@qlogic.com> | 2010-05-28 18:08:21 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:01:22 -0400 |
commit | 23f2ebd17a13835c5b34994d2c2e5faacc127947 (patch) | |
tree | 2fce122a5ecceffa8c52e334d9dfeee0e33e3e7f /drivers/scsi/qla2xxx/qla_def.h | |
parent | 3a6478df74c271cb3be5895b39fddf75e9cef89c (diff) |
[SCSI] qla2xxx: Add internal loopback support for ISP81xx.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index f8239bff0924..2895855adc9a 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -714,6 +714,8 @@ typedef struct { | |||
714 | #define MBC_SEND_RNFT_ELS 0x5e /* Send RNFT ELS request */ | 714 | #define MBC_SEND_RNFT_ELS 0x5e /* Send RNFT ELS request */ |
715 | #define MBC_GET_LINK_PRIV_STATS 0x6d /* Get link & private data. */ | 715 | #define MBC_GET_LINK_PRIV_STATS 0x6d /* Get link & private data. */ |
716 | #define MBC_SET_VENDOR_ID 0x76 /* Set Vendor ID. */ | 716 | #define MBC_SET_VENDOR_ID 0x76 /* Set Vendor ID. */ |
717 | #define MBC_SET_PORT_CONFIG 0x122 /* Set port configuration */ | ||
718 | #define MBC_GET_PORT_CONFIG 0x123 /* Get port configuration */ | ||
717 | 719 | ||
718 | /* Firmware return data sizes */ | 720 | /* Firmware return data sizes */ |
719 | #define FCAL_MAP_SIZE 128 | 721 | #define FCAL_MAP_SIZE 128 |
@@ -2631,6 +2633,8 @@ struct qla_hw_data { | |||
2631 | struct mutex vport_lock; /* Virtual port synchronization */ | 2633 | struct mutex vport_lock; /* Virtual port synchronization */ |
2632 | struct completion mbx_cmd_comp; /* Serialize mbx access */ | 2634 | struct completion mbx_cmd_comp; /* Serialize mbx access */ |
2633 | struct completion mbx_intr_comp; /* Used for completion notification */ | 2635 | struct completion mbx_intr_comp; /* Used for completion notification */ |
2636 | struct completion dcbx_comp; /* For set port config notification */ | ||
2637 | int notify_dcbx_comp; | ||
2634 | 2638 | ||
2635 | /* Basic firmware related information. */ | 2639 | /* Basic firmware related information. */ |
2636 | uint16_t fw_major_version; | 2640 | uint16_t fw_major_version; |