Searched refs:nvsp_version (Results 1 – 3 of 3) sorted by relevance
657 u32 nvsp_version = nvdev->nvsp_version; in rndis_filter_query_device() local661 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()
1097 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()
1152 u32 nvsp_version; member