[SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.
[pandora-kernel.git] / drivers / scsi / qla2xxx / qla_def.h
index a03eaf4..fcf052c 100644 (file)
@@ -2438,7 +2438,8 @@ struct qla_hw_data {
                uint32_t        quiesce_owner:1;
                uint32_t        thermal_supported:1;
                uint32_t        isp82xx_reset_hdlr_active:1;
-               /* 26 bits */
+               uint32_t        isp82xx_reset_owner:1;
+               /* 28 bits */
        } flags;
 
        /* This spinlock is used to protect "io transactions", you must
@@ -2822,6 +2823,12 @@ struct qla_hw_data {
 
        uint8_t fw_type;
        __le32 file_prd_off;    /* File firmware product offset */
+
+       uint32_t        md_template_size;
+       void            *md_tmplt_hdr;
+       dma_addr_t      md_tmplt_hdr_dma;
+       void            *md_dump;
+       uint32_t        md_dump_size;
 };
 
 /*