HomeSort by: relevance | last modified time | path
    Searched defs:sc_dmamap_tx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
vio9p.c 110 bus_dmamap_t sc_dmamap_tx; member in struct:vio9p_softc
272 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap_tx, 0, VIO9P_MAX_REQLEN,
364 sc->sc_dmamap_tx->dm_nsegs + sc->sc_dmamap_rx->dm_nsegs);
372 bus_dmamap_sync(virtio_dmat(vsc), sc->sc_dmamap_tx, 0,
374 virtio_enqueue(vsc, vq, slot, sc->sc_dmamap_tx, true);
521 VIO9P_N_SEGMENTS, VIO9P_SEGSIZE, 0, BUS_DMA_WAITOK, &sc->sc_dmamap_tx);
535 error = bus_dmamap_load(virtio_dmat(vsc), sc->sc_dmamap_tx,
582 bus_dmamap_destroy(virtio_dmat(vsc), sc->sc_dmamap_tx);

Completed in 17 milliseconds