Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c393 ndis.ndis_major = NDIS_VERSION_MAJOR(hv->ndis_ver); in hn_nvs_init_ndis()
394 ndis.ndis_minor = NDIS_VERSION_MINOR(hv->ndis_ver); in hn_nvs_init_ndis()
425 hv->ndis_ver = NDIS_VERSION_6_30; in hn_nvs_init()
427 hv->ndis_ver = NDIS_VERSION_6_1; in hn_nvs_init()
431 hv->nvs_ver, NDIS_VERSION_MAJOR(hv->ndis_ver), in hn_nvs_init()
432 NDIS_VERSION_MINOR(hv->ndis_ver)); in hn_nvs_init()
H A Dhn_rndis.c580 if (hv->ndis_ver >= NDIS_VERSION_6_30) { in hn_rndis_query_hwcaps()
583 } else if (hv->ndis_ver >= NDIS_VERSION_6_1) { in hn_rndis_query_hwcaps()
633 if (hv->ndis_ver < NDIS_VERSION_6_20) { in hn_rndis_query_rsscaps()
795 if (hv->ndis_ver < NDIS_VERSION_6_30) { in hn_rndis_conf_offload()
H A Dhn_var.h140 uint32_t ndis_ver; member
H A Dhn_ethdev.c409 if (hv->ndis_ver < NDIS_VERSION_6_20) { in hn_rss_hash_conf_get()