Home
last modified time | relevance | path

Searched refs:MPI2_IOC_FACTS_REPLY (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/sys/dev/mps/
Dmps_table.h44 void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
Dmps.c100 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
338 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mps_iocfacts_allocate()
984 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts()
993 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mps_get_iocfacts()
1471 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2, in mps_attach()
Dmps_table.c199 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_print_iocfacts()
Dmpsvar.h306 MPI2_IOC_FACTS_REPLY *facts;
Dmps_user.c432 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
/freebsd-9-stable/sys/dev/mpr/
Dmpr_table.h44 void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
Dmpr.c100 MPI2_IOC_FACTS_REPLY *facts);
365 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mpr_iocfacts_allocate()
1009 mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_get_iocfacts()
1018 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mpr_get_iocfacts()
1503 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPR, in mpr_attach()
Dmpr_table.c200 mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_print_iocfacts()
Dmprvar.h286 MPI2_IOC_FACTS_REPLY *facts;
Dmpr_user.c450 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
/freebsd-9-stable/sys/dev/mps/mpi/
Dmpi2_history.txt307 * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
339 * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
340 * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
Dmpi2_ioc.h287 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
/freebsd-9-stable/sys/dev/mpr/mpi/
Dmpi2_history.txt370 * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
402 * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
403 * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
Dmpi2_ioc.h331 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef