Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dconnection.c71 return VERSION_INVAL; in vmbus_get_next_version()
253 } while (version != VERSION_INVAL); in vmbus_connect()
255 if (version == VERSION_INVAL) in vmbus_connect()
/Linux-v4.19/include/linux/
Dhyperv.h203 #define VERSION_INVAL -1 macro