MPI2_PORT_FACTS_REPLY
mpr_print_portfacts(struct mpr_softc *sc, MPI2_PORT_FACTS_REPLY *facts)
void mpr_print_portfacts(struct mpr_softc *, MPI2_PORT_FACTS_REPLY *);
MPI2_PORT_FACTS_REPLY *rpl;
sc->pfacts = kmalloc(sizeof(MPI2_PORT_FACTS_REPLY) *
mps_get_portfacts(struct mps_softc *sc, MPI2_PORT_FACTS_REPLY *facts, int port)
MPI2_PORT_FACTS_REPLY *reply;
reply = (MPI2_PORT_FACTS_REPLY *)cm->cm_reply;
bcopy(reply, facts, sizeof(MPI2_PORT_FACTS_REPLY));
mps_print_portfacts(struct mps_softc *sc, MPI2_PORT_FACTS_REPLY *facts)
void mps_print_portfacts(struct mps_softc *, MPI2_PORT_FACTS_REPLY *);
MPI2_PORT_FACTS_REPLY *rpl;
MPI2_PORT_FACTS_REPLY *pfacts;