Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c8925 host_memory_descriptor->host_chunk_virt_address = kmalloc(sg_count * sizeof(void *), GFP_KERNEL); in pqi_host_alloc_mem()
8926 if (!host_memory_descriptor->host_chunk_virt_address) in pqi_host_alloc_mem()
8933 …host_memory_descriptor->host_chunk_virt_address[i] = dma_alloc_coherent(dev, chunk_size, &dma_hand… in pqi_host_alloc_mem()
8934 if (!host_memory_descriptor->host_chunk_virt_address[i]) in pqi_host_alloc_mem()
8951 host_memory_descriptor->host_chunk_virt_address[i], in pqi_host_alloc_mem()
8954 kfree(host_memory_descriptor->host_chunk_virt_address); in pqi_host_alloc_mem()
9040 host_memory_descriptor->host_chunk_virt_address[i], in pqi_host_free_buffer()
9043 kfree(host_memory_descriptor->host_chunk_virt_address); in pqi_host_free_buffer()
Dsmartpqi.h543 void **host_chunk_virt_address; member