Searched refs:hs_xact_ctx (Results 1 – 3 of 3) sorted by relevance
63 struct vmbus_xact_ctx *hs_xact_ctx; member201 xact = vmbus_xact_get(sc->hs_xact_ctx, HV_HID_REQ_SZ); in hv_hid_connect_vsp()256 xact_ctx = sc->hs_xact_ctx; in hv_hid_receive()278 xact = vmbus_xact_get(sc->hs_xact_ctx, HV_HID_ACK_SZ); in hv_hid_receive()413 sc->hs_xact_ctx = vmbus_xact_ctx_create(bus_get_dma_tag(dev), in hv_hid_attach()415 if (sc->hs_xact_ctx == NULL) { in hv_hid_attach()463 if (sc->hs_xact_ctx != NULL) in hv_hid_detach()464 vmbus_xact_ctx_destroy(sc->hs_xact_ctx); in hv_hid_detach()
244 struct vmbus_xact_ctx *xact = sc->hs_xact_ctx; in hv_kbd_on_response()348 xact = vmbus_xact_get(sc->hs_xact_ctx, sizeof(*req)); in hv_kbd_connect_vsp()475 sc->hs_xact_ctx = vmbus_xact_ctx_create(bus_get_dma_tag(dev), in hv_kbd_attach()477 if (sc->hs_xact_ctx == NULL) { in hv_kbd_attach()505 if (sc->hs_xact_ctx != NULL) in hv_kbd_detach()506 vmbus_xact_ctx_destroy(sc->hs_xact_ctx); in hv_kbd_detach()
80 struct vmbus_xact_ctx *hs_xact_ctx; member