Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c350 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in netvsc_init_buf()
635 net_device->nvsp_version = ver_list[i]; in netvsc_connect_vsp()
644 if (hv_is_isolation_supported() && net_device->nvsp_version < NVSP_PROTOCOL_VERSION_61) { in netvsc_connect_vsp()
646 net_device->nvsp_version, NVSP_PROTOCOL_VERSION_61); in netvsc_connect_vsp()
651 pr_debug("Negotiated NVSP version:%x\n", net_device->nvsp_version); in netvsc_connect_vsp()
656 if (net_device->nvsp_version <= NVSP_PROTOCOL_VERSION_4) in netvsc_connect_vsp()
1530 if (nvscdev->nvsp_version <= NVSP_PROTOCOL_VERSION_6 && in netvsc_send_table()
H A Drndis_filter.c672 u32 nvsp_version = nvdev->nvsp_version; in rndis_filter_query_device() local
676 if (nvsp_version >= NVSP_PROTOCOL_VERSION_5) { in rndis_filter_query_device()
679 } else if (nvsp_version >= NVSP_PROTOCOL_VERSION_4) { in rndis_filter_query_device()
876 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.c1129 if (nvdev->nvsp_version < NVSP_PROTOCOL_VERSION_5) in netvsc_set_channels()
1830 if (nvdev->nvsp_version <= NVSP_PROTOCOL_VERSION_2) in __netvsc_get_ringparam()
2615 if (nvdev->nvsp_version >= NVSP_PROTOCOL_VERSION_2) in netvsc_probe()
H A Dhyperv_net.h1138 u32 nvsp_version; member