HomeSort by: relevance | last modified time | path
    Searched refs:hyperv_dma_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/hyperv/
hypervvar.h 112 void *hyperv_dma_alloc(bus_dma_tag_t, struct hyperv_dma *, bus_size_t,
hyperv_common.c 114 hyperv_dma_alloc(bus_dma_tag_t dmat, struct hyperv_dma *dma, bus_size_t size, function in typeref:typename:void *
vmbus.c 352 pd->simp = hyperv_dma_alloc(sc->sc_dmat, &pd->simp_dma,
357 pd->siep = hyperv_dma_alloc(sc->sc_dmat, &pd->siep_dma,
363 sc->sc_events = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_events_dma,
371 sc->sc_monitor[i] = hyperv_dma_alloc(sc->sc_dmat,
1045 ch->ch_monprm = hyperv_dma_alloc(sc->sc_dmat, &ch->ch_monprm_dma,
1418 ch->ch_ring = hyperv_dma_alloc(sc->sc_dmat, &ch->ch_ring_dma,
if_hvn.c 1797 sc->sc_rx_ring = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_rx_dma,
1939 sc->sc_chim = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_chim_dma,
1998 txr->txr_msgs = hyperv_dma_alloc(sc->sc_dmat, &txr->txr_dma,

Completed in 37 milliseconds