Lines Matching defs:chan_ctxt
287 struct qwx_mhi_chan_ctxt *chan_ctxt;
372 struct qwx_dmamem *chan_ctxt;
956 psc->chan_ctxt = qwx_dmamem_alloc(sc->sc_dmat,
958 if (psc->chan_ctxt == NULL) {
1122 qwx_dmamem_free(sc->sc_dmat, psc->chan_ctxt);
1123 psc->chan_ctxt = NULL;
1151 if (psc->chan_ctxt) {
1152 qwx_dmamem_free(sc->sc_dmat, psc->chan_ctxt);
1153 psc->chan_ctxt = NULL;
2421 cbase = (struct qwx_mhi_chan_ctxt *)QWX_DMA_KVA(psc->chan_ctxt);
2442 ring->chan_ctxt = c;
2445 bus_dmamap_sync(sc->sc_dmat, QWX_DMA_MAP(psc->chan_ctxt), 0,
2446 QWX_DMA_LEN(psc->chan_ctxt), BUS_DMASYNC_PREWRITE);
2694 ring->chan_ctxt->wp = htole64(ring->wp);
2696 bus_dmamap_sync(sc->sc_dmat, QWX_DMA_MAP(psc->chan_ctxt), 0,
2697 QWX_DMA_LEN(psc->chan_ctxt), BUS_DMASYNC_PREWRITE);
2716 c = ring->chan_ctxt;
2731 bus_dmamap_sync(sc->sc_dmat, QWX_DMA_MAP(psc->chan_ctxt), 0,
2732 QWX_DMA_LEN(psc->chan_ctxt), BUS_DMASYNC_PREWRITE);
3192 paddr = QWX_DMA_DVA(psc->chan_ctxt);
3910 ring->chan_ctxt->wp = htole64(ring->wp);
3913 QWX_DMA_MAP(psc->chan_ctxt), 0,
3914 QWX_DMA_LEN(psc->chan_ctxt),