Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c4952 ci = instance->host_device_list_buf; in megasas_host_device_list_query()
7133 instance->host_device_list_buf = dma_alloc_coherent(&pdev->dev, in megasas_alloc_ctrl_dma_buffers()
7138 if (!instance->host_device_list_buf) { in megasas_alloc_ctrl_dma_buffers()
7294 if (instance->host_device_list_buf) in megasas_free_ctrl_dma_buffers()
7297 instance->host_device_list_buf, in megasas_free_ctrl_dma_buffers()
7483 (instance->host_device_list_buf->count > 0)) in megasas_probe_one()
8768 targetid_list = instance->host_device_list_buf; in megasas_add_remove_devices()
H A Dmegaraid_sas.h2309 struct MR_HOST_DEVICE_LIST *host_device_list_buf; member