Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_ic.c100 } else if (VMBUS_ICVER_GT(nego->ic_ver[i], in vmbus_ic_negomsg()
121 } else if (VMBUS_ICVER_GT(nego->ic_ver[i], in vmbus_ic_negomsg()
H A Dvmbus_icreg.h47 #define VMBUS_ICVER_GT(v1, v2) \ macro