Home
last modified time | relevance | path

Searched refs:vmbus_xc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c268 xact = vmbus_xact_get(sc->vmbus_xc, in vmbus_msghc_get()
383 vmbus_xact_ctx_wakeup(sc->vmbus_xc, msg, sizeof(*msg)); in vmbus_msghc_wakeup()
1493 sc->vmbus_xc = vmbus_xact_ctx_create(bus_get_dma_tag(sc->vmbus_dev), in vmbus_doattach()
1496 if (sc->vmbus_xc == NULL) { in vmbus_doattach()
1576 if (sc->vmbus_xc != NULL) { in vmbus_doattach()
1577 vmbus_xact_ctx_destroy(sc->vmbus_xc); in vmbus_doattach()
1578 sc->vmbus_xc = NULL; in vmbus_doattach()
1663 if (sc->vmbus_xc != NULL) { in vmbus_detach()
1664 vmbus_xact_ctx_destroy(sc->vmbus_xc); in vmbus_detach()
1665 sc->vmbus_xc = NULL; in vmbus_detach()
H A Dvmbus_var.h96 struct vmbus_xact_ctx *vmbus_xc; member