Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dmpi.h677 uint8_t MaxChainDepth; /* 14h */ member
H A Dmptsas.c609 reply.MaxChainDepth = MPTSAS_MAXIMUM_CHAIN_DEPTH; in mptsas_process_ioc_facts()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c321 chain_virt = base_chain + (smid * ioc->facts.MaxChainDepth * in _base_get_chain()
347 chain_phys = base_chain_phys + (smid * ioc->facts.MaxChainDepth * in _base_get_chain_phys()
370 ioc->facts.MaxChainDepth); in _base_get_buffer_bar0()
390 ioc->facts.MaxChainDepth); in _base_get_buffer_phys_bar0()
509 for (i = 0; i < MPT_MIN_PHYS_SEGMENTS + ioc->facts.MaxChainDepth; i++) { in _clone_sg_entries()
6387 if (chains_needed_per_io > facts->MaxChainDepth) { in _base_allocate_memory_pools()
6388 chains_needed_per_io = facts->MaxChainDepth; in _base_allocate_memory_pools()
7439 facts->MaxChainDepth = mpi_reply.MaxChainDepth; in _base_get_ioc_facts()
7492 facts->RequestCredit, facts->MaxChainDepth)); in _base_get_ioc_facts()
H A Dmpt3sas_base.h1020 u8 MaxChainDepth; member
/openbmc/linux/drivers/message/fusion/
H A Dmptspi.c1472 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
1476 (ioc->facts.MaxChainDepth-1) + scale + in mptspi_probe()
H A Dmptfc.c1269 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
1273 (ioc->facts.MaxChainDepth-1) + scale + in mptfc_probe()
H A Dmptbase.c4364 numSGE = (scale - 1) * (ioc->facts.MaxChainDepth-1) + scale + in initChainBuffers()
4367 numSGE = 1 + (scale - 1) * (ioc->facts.MaxChainDepth-1) + in initChainBuffers()
6730 seq_printf(m, " MaxChainDepth = 0x%02x frames\n", ioc->facts.MaxChainDepth); in mpt_iocinfo_proc_show()
H A Dmptsas.c5261 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
5265 (ioc->facts.MaxChainDepth-1) + scale + in mptsas_probe()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h253 U8 MaxChainDepth; /* 14h */ member
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_ioc.h320 U8 MaxChainDepth; /*0x14 */ member