Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5112 size_t sg_chain_buffer_length; in pqi_free_all_io_requests() local
5119 sg_chain_buffer_length = ctrl_info->sg_chain_buffer_length; in pqi_free_all_io_requests()
5126 dma_free_coherent(dev, sg_chain_buffer_length, in pqi_free_all_io_requests()
5152 size_t sg_chain_buffer_length; in pqi_alloc_io_resources() local
5167 sg_chain_buffer_length = ctrl_info->sg_chain_buffer_length; in pqi_alloc_io_resources()
5180 sg_chain_buffer_length, &sg_chain_buffer_dma_handle, in pqi_alloc_io_resources()
5236 ctrl_info->sg_chain_buffer_length = in pqi_calculate_io_resources()
H A Dsmartpqi.h1321 size_t sg_chain_buffer_length; member