Home
last modified time | relevance | path

Searched refs:crash_buf_pages (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2463 instance->crash_buf_pages = get_order(CRASH_DMA_BUF_SIZE); in megasas_alloc_host_crash_buffer()
2466 instance->crash_buf_pages); in megasas_alloc_host_crash_buffer()
2473 ((1 << PAGE_SHIFT) << instance->crash_buf_pages)); in megasas_alloc_host_crash_buffer()
2490 instance->crash_buf_pages); in megasas_free_host_crash_buffer()
Dmegaraid_sas.h1724 u32 crash_buf_pages; member