Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/hyperv/utilities/
HDvmbus_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()
HDvmbus_icreg.h47 #define VMBUS_ICVER_GT(v1, v2) \ macro