Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c153 hn_nvs_doinit(struct hn_data *hv, uint32_t nvs_ver) in hn_nvs_doinit() argument
162 init.ver_min = nvs_ver; in hn_nvs_doinit()
163 init.ver_max = nvs_ver; in hn_nvs_doinit()
175 nvs_ver); in hn_nvs_doinit()
376 if (hv->nvs_ver >= NVS_VERSION_5) in hn_nvs_conf_ndis()
427 hv->nvs_ver = hn_nvs_version[i]; in hn_nvs_init()
431 if (hv->nvs_ver <= NVS_VERSION_4) in hn_nvs_init()
436 hv->nvs_ver, NDIS_VERSION_MAJOR(hv->ndis_ver), in hn_nvs_init()
459 if (hv->nvs_ver >= NVS_VERSION_2) { in hn_nvs_attach()
H A Dhn_var.h167 uint32_t nvs_ver; member
H A Dhn_ethdev.c1225 if (hv->nvs_ver < NVS_VERSION_5) in eth_hn_dev_init()