Home
last modified time | relevance | path

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

/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5142 size_t sg_chain_buffer_length; in pqi_free_all_io_requests() local
5149 sg_chain_buffer_length = ctrl_info->sg_chain_buffer_length; in pqi_free_all_io_requests()
5156 dma_free_coherent(dev, sg_chain_buffer_length, in pqi_free_all_io_requests()
5182 size_t sg_chain_buffer_length; in pqi_alloc_io_resources() local
5197 sg_chain_buffer_length = ctrl_info->sg_chain_buffer_length; in pqi_alloc_io_resources()
5210 sg_chain_buffer_length, &sg_chain_buffer_dma_handle, in pqi_alloc_io_resources()
5266 ctrl_info->sg_chain_buffer_length = in pqi_calculate_io_resources()
H A Dsmartpqi.h1336 size_t sg_chain_buffer_length; member