Home
last modified time | relevance | path

Searched refs:vmbus_mnf2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/hyperv/vmbus/
Dvmbus_var.h92 struct vmbus_mnf *vmbus_mnf2; /* monitored by host */ member
Dvmbus.c857 sc->vmbus_mnf2 = hyperv_dmamem_alloc(parent_dtag, PAGE_SIZE, 0, in vmbus_dma_alloc()
860 if (sc->vmbus_mnf2 == NULL) in vmbus_dma_alloc()
881 if (sc->vmbus_mnf2 != NULL) { in vmbus_dma_free()
882 hyperv_dmamem_free(&sc->vmbus_mnf2_dma, sc->vmbus_mnf2); in vmbus_dma_free()
883 sc->vmbus_mnf2 = NULL; in vmbus_dma_free()
Dvmbus_chan.c1729 &sc->vmbus_mnf2->mnf_trigs[trig_idx].mt_pending; in vmbus_chan_msgproc_choffer()