Searched refs:hyperv_dma_alloc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/hyperv/ |
H A D | hypervvar.h | 112 void *hyperv_dma_alloc(bus_dma_tag_t, struct hyperv_dma *, bus_size_t,
|
H A D | hyperv_common.c | 114 hyperv_dma_alloc(bus_dma_tag_t dmat, struct hyperv_dma *dma, bus_size_t size, in hyperv_dma_alloc() function
|
H A D | vmbus.c | 351 pd->simp = hyperv_dma_alloc(sc->sc_dmat, &pd->simp_dma, in vmbus_alloc_dma() 356 pd->siep = hyperv_dma_alloc(sc->sc_dmat, &pd->siep_dma, in vmbus_alloc_dma() 362 sc->sc_events = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_events_dma, in vmbus_alloc_dma() 370 sc->sc_monitor[i] = hyperv_dma_alloc(sc->sc_dmat, in vmbus_alloc_dma() 1028 ch->ch_monprm = hyperv_dma_alloc(sc->sc_dmat, &ch->ch_monprm_dma, in vmbus_channel_alloc() 1401 ch->ch_ring = hyperv_dma_alloc(sc->sc_dmat, &ch->ch_ring_dma, in vmbus_channel_ring_create()
|
H A D | if_hvn.c | 1797 sc->sc_rx_ring = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_rx_dma, in hvn_rx_ring_create() 1939 sc->sc_chim = hyperv_dma_alloc(sc->sc_dmat, &sc->sc_chim_dma, in hvn_tx_ring_create() 1998 txr->txr_msgs = hyperv_dma_alloc(sc->sc_dmat, &txr->txr_dma, in hvn_tx_ring_create()
|