Searched refs:nvsp_version (Results 1 – 4 of 4) sorted by relevance
357 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in netvsc_init_buf()664 net_device->nvsp_version = ver_list[i]; 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()680 pr_debug("Negotiated NVSP version:%x\n", net_device->nvsp_version); in netvsc_connect_vsp()685 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_4) in netvsc_connect_vsp()1549 if (nvscdev->nvsp_version <= NVSP_PROTOCOL_VERSION_6 && in netvsc_send_table()
669 u32 nvsp_version = nvdev->nvsp_version; in rndis_filter_query_device() local673 if (nvsp_version >= NVSP_PROTOCOL_VERSION_5) { in rndis_filter_query_device()676 } else if (nvsp_version >= NVSP_PROTOCOL_VERSION_4) { in rndis_filter_query_device()873 u32 vsp_version = nvdev->nvsp_version; in rndis_filter_set_offload_params()1536 if (net_device->nvsp_version < NVSP_PROTOCOL_VERSION_5) in rndis_filter_device_add()
1125 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5) in netvsc_set_channels()1824 if (nvdev->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in __netvsc_get_ringparam()2545 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) in netvsc_probe()
1133 u32 nvsp_version; member