Searched refs:MsgVersion (Results 1 – 15 of 15) sorted by relevance
| /src/usr.sbin/mpsutil/ |
| H A D | mps_show.c | 264 facts->MsgVersion >> 8, facts->MsgVersion & 0xff); in show_iocfacts()
|
| H A D | mps_cmd.c | 790 facts->MsgVersion = le16toh(facts->MsgVersion); in adjust_iocfacts_endianness()
|
| /src/sys/dev/mpt/mpilib/ |
| H A D | mpi_ioc.h | 187 U16 MsgVersion; /* 28h */ member 266 U16 MsgVersion; /* 00h */ member
|
| /src/sys/dev/mps/mpi/ |
| H A D | mpi2_ioc.h | 168 U16 MsgVersion; /* 0x0C */ member 251 U16 MsgVersion; /* 0x00 */ member
|
| /src/sys/dev/mpr/ |
| H A D | mpr.c | 413 if (sc->facts->MsgVersion >= MPI2_VERSION_02_05) { in mpr_resize_queues() 519 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MAJOR_MASK) >> in mpr_iocfacts_allocate() 521 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MINOR_MASK) >> in mpr_iocfacts_allocate() 573 ((saved_facts.MsgVersion != sc->facts->MsgVersion) || in mpr_iocfacts_allocate() 1262 init.MsgVersion = htole16(MPI2_VERSION); in mpr_send_iocinit() 1557 if ((sc->facts->MsgVersion >= MPI2_VERSION_02_06) && in mpr_alloc_requests()
|
| H A D | mpr_table.c | 273 MPR_PRINTFIELD(sc, facts, MsgVersion, 0x%x); in mpr_print_iocfacts()
|
| H A D | mpr_sas.c | 737 if (sc->facts->MsgVersion >= MPI2_VERSION_02_06) { in mprsas_register_events()
|
| /src/sys/dev/mps/ |
| H A D | mps.c | 498 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MAJOR_MASK) >> in mps_iocfacts_allocate() 500 (sc->facts->MsgVersion & MPI2_IOCFACTS_MSGVERSION_MINOR_MASK) >> in mps_iocfacts_allocate() 551 ((saved_facts.MsgVersion != sc->facts->MsgVersion) || in mps_iocfacts_allocate() 1189 init.MsgVersion = htole16(MPI2_VERSION); in mps_send_iocinit()
|
| H A D | mps_table.c | 253 MPS_PRINTFIELD(sc, facts, MsgVersion, 0x%x); in mps_print_iocfacts()
|
| /src/sys/dev/mpr/mpi/ |
| H A D | mpi2_ioc.h | 238 U16 MsgVersion; /* 0x0C */ member 337 U16 MsgVersion; /* 0x00 */ member
|
| /src/sys/dev/mpt/ |
| H A D | mpt.c | 1561 init.MsgVersion = htole16(MPI_VERSION); in mpt_send_ioc_init() 2650 mpt->ioc_facts.MsgVersion >> 8, in mpt_configure_ioc() 2651 mpt->ioc_facts.MsgVersion & 0xFF, in mpt_configure_ioc() 2939 MPT_2_HOST16(rp, MsgVersion); in mpt2host_iocfacts_reply()
|
| /src/sys/dev/mfi/ |
| H A D | mfireg.h | 1557 uint16_t MsgVersion; /* 0x0C */ member
|
| H A D | mfi_tbolt.c | 377 mpi2IocInit->MsgVersion = MPI2_VERSION; in mfi_tbolt_init_MFI_queue()
|
| /src/sys/dev/mrsas/ |
| H A D | mrsas.h | 729 u_int16_t MsgVersion; /* 0x0C */ member
|
| H A D | mrsas.c | 2726 IOCInitMsg->MsgVersion = htole16(MPI2_VERSION); in mrsas_ioc_init()
|