diff options
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; |