Searched refs:hs_xact_ctx (Results 1 – 2 of 2) sorted by relevance
247 struct vmbus_xact_ctx *xact = sc->hs_xact_ctx; in hv_kbd_on_response()351 xact = vmbus_xact_get(sc->hs_xact_ctx, sizeof(*req)); in hv_kbd_connect_vsp()478 sc->hs_xact_ctx = vmbus_xact_ctx_create(bus_get_dma_tag(dev), in hv_kbd_attach()480 if (sc->hs_xact_ctx == NULL) { in hv_kbd_attach()508 if (sc->hs_xact_ctx != NULL) in hv_kbd_detach()509 vmbus_xact_ctx_destroy(sc->hs_xact_ctx); in hv_kbd_detach()
76 struct vmbus_xact_ctx *hs_xact_ctx; member