Searched refs:VERSION_WIN10_V5 (Results 1 – 3 of 3) sorted by relevance
60 VERSION_WIN10_V5,101 if (version >= VERSION_WIN10_V5) { in vmbus_try_connection_id()159 if (version >= VERSION_WIN10_V5) in vmbus_try_connection_id()174 if (version >= VERSION_WIN10_V5 && ms_hyperv.vtl == 2) { in vmbus_negotiate_version()
372 if (vmbus_proto_version < VERSION_WIN10_V5) { in hvs_open_connection()
275 #define VERSION_WIN10_V5 VMBUS_MAKE_VERSION(5, 0) macro