Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Drndis_filter.c657 u32 nvsp_version = nvdev->nvsp_version; in rndis_filter_query_device() local
661 if (nvsp_version >= NVSP_PROTOCOL_VERSION_5) { in rndis_filter_query_device()
664 } else if (nvsp_version >= NVSP_PROTOCOL_VERSION_4) { in rndis_filter_query_device()
861 u32 vsp_version = nvdev->nvsp_version; in rndis_filter_set_offload_params()
1539 if (net_device->nvsp_version < NVSP_PROTOCOL_VERSION_5) in rndis_filter_device_add()
H A Dnetvsc_drv.c1097 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5) in netvsc_set_channels()
1785 if (nvdev->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in __netvsc_get_ringparam()
2588 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) in netvsc_probe()
H A Dhyperv_net.h1152 u32 nvsp_version; member