Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c632 if (nvsp_ver >= NVSP_PROTOCOL_VERSION_61) in negotiate_nvsp_ver()
653 NVSP_PROTOCOL_VERSION_6, NVSP_PROTOCOL_VERSION_61 in netvsc_connect_vsp()
673 if (hv_is_isolation_supported() && net_device->nvsp_version < NVSP_PROTOCOL_VERSION_61) { in netvsc_connect_vsp()
675 net_device->nvsp_version, NVSP_PROTOCOL_VERSION_61); in netvsc_connect_vsp()
Dhyperv_net.h286 #define NVSP_PROTOCOL_VERSION_61 0x60001 macro