Searched refs:hn_nvs_ver (Results 1 – 3 of 3) sorted by relevance
157 if (sc->hn_nvs_ver <= HN_NVS_VERSION_2) in hn_nvs_conn_rxbuf()514 if (sc->hn_nvs_ver >= HN_NVS_VERSION_5) in hn_nvs_conf_ndis()516 if (sc->hn_nvs_ver >= HN_NVS_VERSION_61) in hn_nvs_conf_ndis()562 "NDIS version %u.%u\n", sc->hn_nvs_ver, in hn_nvs_init()567 error = hn_nvs_doinit(sc, sc->hn_nvs_ver); in hn_nvs_init()570 "failed: %d\n", sc->hn_nvs_ver, error); in hn_nvs_init()582 sc->hn_nvs_ver = hn_nvs_version[i]; in hn_nvs_init()586 if (sc->hn_nvs_ver <= HN_NVS_VERSION_4) in hn_nvs_init()591 "NDIS version %u.%u\n", sc->hn_nvs_ver, in hn_nvs_init()602 if (sc->hn_nvs_ver >= HN_NVS_VERSION_5) in hn_nvs_init()[all …]
222 uint32_t hn_nvs_ver; member
2273 &sc->hn_nvs_ver, 0, "NVS version"); in hn_attach()