Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mpsutil/
H A Dmps_cmd.c779 facts->MsgVersion = le16toh(facts->MsgVersion); in adjust_iocfacts_endianness()
H A Dmps_show.c268 facts->MsgVersion >> 8, facts->MsgVersion & 0xff); in show_iocfacts()
/freebsd-13.1/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h188 U16 MsgVersion; /* 28h */ member
267 U16 MsgVersion; /* 00h */ member
/freebsd-13.1/sys/dev/mpr/
H A Dmpr.c416 if (sc->facts->MsgVersion >= MPI2_VERSION_02_05) { in mpr_resize_queues()
522 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MAJOR_MASK) >> in mpr_iocfacts_allocate()
524 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MINOR_MASK) >> in mpr_iocfacts_allocate()
576 ((saved_facts.MsgVersion != sc->facts->MsgVersion) || in mpr_iocfacts_allocate()
1252 init.MsgVersion = htole16(MPI2_VERSION); in mpr_send_iocinit()
1546 if ((sc->facts->MsgVersion >= MPI2_VERSION_02_06) && in mpr_alloc_requests()
H A Dmpr_table.c276 MPR_PRINTFIELD(sc, facts, MsgVersion, 0x%x); in mpr_print_iocfacts()
H A Dmpr_sas.c736 if (sc->facts->MsgVersion >= MPI2_VERSION_02_06) { in mprsas_register_events()
/freebsd-13.1/sys/dev/mps/mpi/
H A Dmpi2_ioc.h170 U16 MsgVersion; /* 0x0C */ member
253 U16 MsgVersion; /* 0x00 */ member
/freebsd-13.1/sys/dev/mps/
H A Dmps.c503 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MAJOR_MASK) >> in mps_iocfacts_allocate()
505 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MINOR_MASK) >> in mps_iocfacts_allocate()
556 ((saved_facts.MsgVersion != sc->facts->MsgVersion) || in mps_iocfacts_allocate()
1183 init.MsgVersion = htole16(MPI2_VERSION); in mps_send_iocinit()
H A Dmps_table.c256 MPS_PRINTFIELD(sc, facts, MsgVersion, 0x%x); in mps_print_iocfacts()
/freebsd-13.1/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h240 U16 MsgVersion; /* 0x0C */ member
339 U16 MsgVersion; /* 0x00 */ member
/freebsd-13.1/sys/dev/mpt/
H A Dmpt.c1563 init.MsgVersion = htole16(MPI_VERSION); in mpt_send_ioc_init()
2652 mpt->ioc_facts.MsgVersion >> 8, in mpt_configure_ioc()
2653 mpt->ioc_facts.MsgVersion & 0xFF, in mpt_configure_ioc()
2941 MPT_2_HOST16(rp, MsgVersion); in mpt2host_iocfacts_reply()
/freebsd-13.1/sys/dev/mfi/
H A Dmfireg.h1559 uint16_t MsgVersion; /* 0x0C */ member
H A Dmfi_tbolt.c379 mpi2IocInit->MsgVersion = MPI2_VERSION; in mfi_tbolt_init_MFI_queue()
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.h737 u_int16_t MsgVersion; /* 0x0C */ member
H A Dmrsas.c2750 IOCInitMsg->MsgVersion = htole16(MPI2_VERSION); in mrsas_ioc_init()