[SCSI] qla2xxx: Fallback to 'golden-firmware' operation on supported ISPs.
[deliverable/linux.git] / drivers / scsi / qla2xxx / qla_fw.h
index 80ab46cfaca6c18d792662511124111ab655b50e..9e56d4a4cb7525d8812b46e2fe32080c1a0d4457 100644 (file)
@@ -1241,6 +1241,7 @@ struct qla_flt_header {
 #define FLT_REG_HW_EVENT_1     0x1f
 #define FLT_REG_NPIV_CONF_0    0x29
 #define FLT_REG_NPIV_CONF_1    0x2a
+#define FLT_REG_GOLD_FW                0x2f
 
 struct qla_flt_region {
        uint32_t code;
@@ -1406,6 +1407,7 @@ struct access_chip_rsp_84xx {
 #define MBC_RESTART_MPI_FW     0x3d
 #define MBC_FLASH_ACCESS_CTRL  0x3e    /* Control flash access. */
 #define MBC_GET_XGMAC_STATS    0x7a
+#define MBC_GET_DCBX_PARAMS    0x51
 
 /* Flash access control option field bit definitions */
 #define FAC_OPT_FORCE_SEMAPHORE                BIT_15
This page took 0.027942 seconds and 5 git commands to generate.