Searched refs:nvsp_version (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/hyperv/
H A Dnetvsc.c350 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_2)
635 net_device->nvsp_version = ver_list[i];
644 if (hv_is_isolation_supported() && net_device->nvsp_version < NVSP_PROTOCOL_VERSION_61) {
646 net_device->nvsp_version, NVSP_PROTOCOL_VERSION_61);
651 pr_debug("Negotiated NVSP version:%x\n", net_device->nvsp_version);
656 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_4)
1532 if (nvscdev->nvsp_version <= NVSP_PROTOCOL_VERSION_6 &&
H A Drndis_filter.c671 u32 nvsp_version = nvdev->nvsp_version; local
675 if (nvsp_version >= NVSP_PROTOCOL_VERSION_5) {
678 } else if (nvsp_version >= NVSP_PROTOCOL_VERSION_4) {
875 u32 vsp_version = nvdev->nvsp_version;
1538 if (net_device->nvsp_version < NVSP_PROTOCOL_VERSION_5)
H A Dnetvsc_drv.c1129 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5)
1832 if (nvdev->nvsp_version <= NVSP_PROTOCOL_VERSION_2)
2617 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2)
H A Dhyperv_net.h1138 u32 nvsp_version; member in struct:netvsc_device

Completed in 188 milliseconds