Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c148 hn_nvs_doinit(struct hn_data *hv, uint32_t nvs_ver) in hn_nvs_doinit() argument
157 init.ver_min = nvs_ver; in hn_nvs_doinit()
158 init.ver_max = nvs_ver; in hn_nvs_doinit()
170 nvs_ver); in hn_nvs_doinit()
371 if (hv->nvs_ver >= NVS_VERSION_5) in hn_nvs_conf_ndis()
422 hv->nvs_ver = hn_nvs_version[i]; in hn_nvs_init()
426 if (hv->nvs_ver <= NVS_VERSION_4) in hn_nvs_init()
431 hv->nvs_ver, NDIS_VERSION_MAJOR(hv->ndis_ver), in hn_nvs_init()
454 if (hv->nvs_ver >= NVS_VERSION_2) { in hn_nvs_attach()
H A Dhn_var.h139 uint32_t nvs_ver; member
H A Dhn_ethdev.c1033 if (hv->nvs_ver < NVS_VERSION_5) in eth_hn_dev_init()