Searched refs:VMBUS_ICVER_GT (Results 1 – 2 of 2) sorted by relevance
100 } 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()
47 #define VMBUS_ICVER_GT(v1, v2) \ macro