Searched refs:vmbus_xc (Results 1 – 2 of 2) sorted by relevance
241 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()
97 struct vmbus_xact_ctx *vmbus_xc; member