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

/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_table.c280 MPR_PRINTFIELD(sc, facts, MaxChainDepth, %d);
H A Dmpr.c436 maxio = (sges_per_frame * sc->facts->MaxChainDepth + 1) * PAGE_SIZE;
578 (saved_facts.MaxChainDepth != sc->facts->MaxChainDepth) ||
/freebsd-13-stable/sys/dev/mps/
H A Dmps_table.c260 MPS_PRINTFIELD(sc, facts, MaxChainDepth, %d);
H A Dmps.c417 maxio = (sges_per_frame * sc->facts->MaxChainDepth + 1) * PAGE_SIZE;
558 (saved_facts.MaxChainDepth != sc->facts->MaxChainDepth) ||
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.c2681 if (mpt->max_seg_cnt > mpt->ioc_facts.MaxChainDepth) {
2684 mpt->ioc_facts.MaxChainDepth, mpt->max_seg_cnt);
2685 mpt->max_seg_cnt = mpt->ioc_facts.MaxChainDepth;
2724 mpt->ioc_facts.MaxChainDepth);
H A Dmpt_debug.c390 printf("\tMaxChainDepth %d\n", msg->MaxChainDepth);
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h265 U8 MaxChainDepth; /* 0x14 */ member in struct:_MPI2_IOC_FACTS_REPLY
/freebsd-13-stable/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h277 U8 MaxChainDepth; /* 14h */ member in struct:_MSG_IOC_FACTS_REPLY
/freebsd-13-stable/usr.sbin/mpsutil/
H A Dmps_show.c279 printf(" MaxChainDepth: %d\n", facts->MaxChainDepth);
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h351 U8 MaxChainDepth; /* 0x14 */ member in struct:_MPI2_IOC_FACTS_REPLY

Completed in 183 milliseconds