Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpt3sas/
Dmpt3sas_base.c6262 u16 max_sge_elements; in _base_allocate_memory_pools() local
6365 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
6367 ioc->max_sges_in_main_message = max_sge_elements/sge_size; in _base_allocate_memory_pools()
6370 max_sge_elements = ioc->chain_segment_sz - sge_size; in _base_allocate_memory_pools()
6371 ioc->max_sges_in_chain_message = max_sge_elements/sge_size; in _base_allocate_memory_pools()