Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_ic.c139 VMBUS_ICVER_MAJOR(sel_fw_ver), in vmbus_ic_negomsg()
145 VMBUS_ICVER_MAJOR(nego->ic_ver[i]), in vmbus_ic_negomsg()
152 VMBUS_ICVER_MAJOR(sel_msg_ver), in vmbus_ic_negomsg()
159 VMBUS_ICVER_MAJOR(nego->ic_ver[i]), in vmbus_ic_negomsg()
255 VMBUS_ICVER_MAJOR(sc->ic_fwver), VMBUS_ICVER_MINOR(sc->ic_fwver)); in vmbus_ic_fwver_sysctl()
266 VMBUS_ICVER_MAJOR(sc->ic_msgver), VMBUS_ICVER_MINOR(sc->ic_msgver)); in vmbus_ic_msgver_sysctl()
H A Dvmbus_icreg.h41 #define VMBUS_ICVER_MAJOR(ver) ((ver) & 0xffff) macro
44 ((VMBUS_ICVER_MAJOR((ver)) << 16) | VMBUS_ICVER_MINOR((ver)))