Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c2370 instance->crash_buf_pages = get_order(CRASH_DMA_BUF_SIZE); in megasas_alloc_host_crash_buffer()
2373 instance->crash_buf_pages); in megasas_alloc_host_crash_buffer()
2380 ((1 << PAGE_SHIFT) << instance->crash_buf_pages)); in megasas_alloc_host_crash_buffer()
2397 instance->crash_buf_pages); in megasas_free_host_crash_buffer()
Dmegaraid_sas.h1671 u32 crash_buf_pages; member