Home
last modified time | relevance | path

Searched refs:crash_buf (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c3711 instance->crash_buf[i] = vzalloc(CRASH_DMA_BUF_SIZE); in megasas_alloc_host_crash_buffer()
3712 if (!instance->crash_buf[i]) { in megasas_alloc_host_crash_buffer()
3730 if (instance->crash_buf[i]) in megasas_free_host_crash_buffer()
3731 vfree(instance->crash_buf[i]); in megasas_free_host_crash_buffer()
4800 memcpy(instance->crash_buf[instance->drv_buf_index], in megasas_fusion_crash_dump_wq()
Dmegaraid_sas.h2184 void *crash_buf[MAX_CRASH_DUMP_SIZE]; member
Dmegaraid_sas_base.c3055 src_addr = (unsigned long)instance->crash_buf[buff_offset / dmachunk] + in megasas_fw_crash_buffer_show()