mpii_reply_descr
struct mpii_reply_descr *postq = MFII_DMA_KVA(sc->sc_reply_postq);
struct mpii_reply_descr *rdp;
sc->sc_reply_postq_depth * sizeof(struct mpii_reply_descr));
struct mpii_reply_descr *sc_reply_postq_kva;
mpii_reply(struct mpii_softc *sc, struct mpii_reply_descr *rdp)
sc->sc_reply_post_qdepth * sizeof(struct mpii_reply_descr));
sizeof(struct mpii_reply_descr));
mpii_reply(struct mpii_softc *, struct mpii_reply_descr *);
struct mpii_reply_descr *postq = sc->sc_reply_postq_kva, *rdp;