Searched refs:vmbus_mnf2 (Results 1 – 3 of 3) sorted by relevance
451 req->chm_mnf2 = pmap_kextract((vm_offset_t)sc->vmbus_mnf2); in vmbus_connect()889 sc->vmbus_mnf2 = contigmalloc(sizeof(struct vmbus_mnf), M_DEVBUF, in vmbus_dma_alloc()891 if (sc->vmbus_mnf2 == NULL) in vmbus_dma_alloc()912 if (sc->vmbus_mnf2 != NULL) { in vmbus_dma_free()913 free(sc->vmbus_mnf2, M_DEVBUF); in vmbus_dma_free()914 sc->vmbus_mnf2 = NULL; in vmbus_dma_free()
91 struct vmbus_mnf *vmbus_mnf2; /* monitored by host */ member
1877 &sc->vmbus_mnf2->mnf_trigs[trig_idx].mt_pending; in vmbus_chan_msgproc_choffer()