Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2144 u16 max_sge_elements; in _base_allocate_memory_pools() local
2187 max_sge_elements = ioc->request_sz - ((sizeof(Mpi2SCSIIORequest_t) - in _base_allocate_memory_pools()
2189 ioc->max_sges_in_main_message = max_sge_elements/ioc->sge_size; in _base_allocate_memory_pools()
2192 max_sge_elements = ioc->request_sz - ioc->sge_size; in _base_allocate_memory_pools()
2193 ioc->max_sges_in_chain_message = max_sge_elements/ioc->sge_size; in _base_allocate_memory_pools()