Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/input/
H A Dhv_hid.c168 #define HV_HID_ACK_SZ (sizeof(hv_hid_pmsg) + sizeof(sh_devinfo_ack)) macro
278 xact = vmbus_xact_get(sc->hs_xact_ctx, HV_HID_ACK_SZ); in hv_hid_receive()
283 0, &ack, HV_HID_ACK_SZ, (uint64_t)(uintptr_t)xact); in hv_hid_receive()