Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptfc.c1278 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1282 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
Dmptspi.c1478 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
1482 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
Dmptbase.c4342 numSGE = (scale - 1) * (ioc->facts.MaxChainDepth-1) + scale + in initChainBuffers()
4345 numSGE = 1 + (scale - 1) * (ioc->facts.MaxChainDepth-1) + in initChainBuffers()
6722 seq_printf(m, " MaxChainDepth = 0x%02x frames\n", ioc->facts.MaxChainDepth); in mpt_iocinfo_proc_show()
Dmptsas.c5236 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5240 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_ioc.h252 U8 MaxChainDepth; /* 14h */ member
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3227 if (chains_needed_per_io > facts->MaxChainDepth) { in _base_allocate_memory_pools()
3228 chains_needed_per_io = facts->MaxChainDepth; in _base_allocate_memory_pools()
4275 facts->MaxChainDepth = mpi_reply.MaxChainDepth; in _base_get_ioc_facts()
4306 facts->MaxChainDepth)); in _base_get_ioc_facts()
Dmpt3sas_base.h731 u8 MaxChainDepth; member
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
Dmpi2_ioc.h270 U8 MaxChainDepth; /*0x14 */ member