[SCSI] ipr: increase dump size in ipr driver
To help debugging several new SAS controllers, increase the dump size in ipr driver to 80MB. Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Acked-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
603f202e9e
commit
95d8a25b52
|
@ -301,7 +301,7 @@ IPR_PCII_NO_HOST_RRQ | IPR_PCII_IOARRIN_LOST | IPR_PCII_MMIO_ERROR)
|
|||
* Dump literals
|
||||
*/
|
||||
#define IPR_FMT2_MAX_IOA_DUMP_SIZE (4 * 1024 * 1024)
|
||||
#define IPR_FMT3_MAX_IOA_DUMP_SIZE (32 * 1024 * 1024)
|
||||
#define IPR_FMT3_MAX_IOA_DUMP_SIZE (80 * 1024 * 1024)
|
||||
#define IPR_FMT2_NUM_SDT_ENTRIES 511
|
||||
#define IPR_FMT3_NUM_SDT_ENTRIES 0xFFF
|
||||
#define IPR_FMT2_MAX_NUM_DUMP_PAGES ((IPR_FMT2_MAX_IOA_DUMP_SIZE / PAGE_SIZE) + 1)
|
||||
|
|
Loading…
Reference in New Issue