Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc.c496 net_device->nvsp_version = ver_list[i]; in netvsc_connect_vsp()
505 pr_debug("Negotiated NVSP version:%x\n", net_device->nvsp_version); in netvsc_connect_vsp()
510 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_4) in netvsc_connect_vsp()
532 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in netvsc_connect_vsp()
Drndis_filter.c644 u32 vsp_version = nvdev->nvsp_version; in rndis_filter_set_offload_params()
1107 if (net_device->nvsp_version < NVSP_PROTOCOL_VERSION_5) in rndis_filter_device_add()
Dnetvsc_drv.c791 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5) { in netvsc_set_channels()
883 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) in netvsc_change_mtu()
Dhyperv_net.h663 u32 nvsp_version; member