Lines Matching defs:sc_reply_postq
333 struct mfii_dmamem *sc_reply_postq;
827 sc->sc_reply_postq = mfii_dmamem_alloc(sc,
829 if (sc->sc_reply_postq == NULL)
832 memset(MFII_DMA_KVA(sc->sc_reply_postq), 0xff,
833 MFII_DMA_LEN(sc->sc_reply_postq));
974 mfii_dmamem_free(sc, sc->sc_reply_postq);
1066 mfii_dmamem_free(sc, sc->sc_reply_postq);
2138 htole32(MFII_DMA_DVA(sc->sc_reply_postq));
2140 htole32(MFII_DMA_DVA(sc->sc_reply_postq) >> 32);
2162 bus_dmamap_sync(sc->sc_dmat, MFII_DMA_MAP(sc->sc_reply_postq),
2163 0, MFII_DMA_LEN(sc->sc_reply_postq),
2213 struct mpii_reply_descr *postq = MFII_DMA_KVA(sc->sc_reply_postq);
2220 bus_dmamap_sync(sc->sc_dmat, MFII_DMA_MAP(sc->sc_reply_postq),
2221 0, MFII_DMA_LEN(sc->sc_reply_postq),
2250 bus_dmamap_sync(sc->sc_dmat, MFII_DMA_MAP(sc->sc_reply_postq),
2251 0, MFII_DMA_LEN(sc->sc_reply_postq),