Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/vmbus/
HDvmbus.c241 xact = vmbus_xact_get(sc->vmbus_xc, in vmbus_msghc_get()
356 vmbus_xact_ctx_wakeup(sc->vmbus_xc, msg, sizeof(*msg)); in vmbus_msghc_wakeup()
1366 sc->vmbus_xc = vmbus_xact_ctx_create(bus_get_dma_tag(sc->vmbus_dev), in vmbus_doattach()
1369 if (sc->vmbus_xc == NULL) { in vmbus_doattach()
1425 if (sc->vmbus_xc != NULL) { in vmbus_doattach()
1426 vmbus_xact_ctx_destroy(sc->vmbus_xc); in vmbus_doattach()
1427 sc->vmbus_xc = NULL; in vmbus_doattach()
1511 if (sc->vmbus_xc != NULL) { in vmbus_detach()
1512 vmbus_xact_ctx_destroy(sc->vmbus_xc); in vmbus_detach()
1513 sc->vmbus_xc = NULL; in vmbus_detach()
HDvmbus_var.h97 struct vmbus_xact_ctx *vmbus_xc; member