Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hyperv/
Drndis_filter.c479 u32 nvsp_version = nvdev->nvsp_version; in rndis_filter_query_device() local
483 if (nvsp_version >= NVSP_PROTOCOL_VERSION_5) { in rndis_filter_query_device()
486 } else if (nvsp_version >= NVSP_PROTOCOL_VERSION_4) { in rndis_filter_query_device()
672 u32 vsp_version = nvdev->nvsp_version; in rndis_filter_set_offload_params()
1293 if (net_device->nvsp_version < NVSP_PROTOCOL_VERSION_5) in rndis_filter_device_add()
Dnetvsc.c321 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in netvsc_init_buf()
574 net_device->nvsp_version = ver_list[i]; in netvsc_connect_vsp()
583 pr_debug("Negotiated NVSP version:%x\n", net_device->nvsp_version); in netvsc_connect_vsp()
588 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_4) in netvsc_connect_vsp()
Dnetvsc_drv.c955 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5) in netvsc_set_channels()
1666 if (nvdev->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in __netvsc_get_ringparam()
2240 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) in netvsc_probe()
Dhyperv_net.h965 u32 nvsp_version; member