Searched refs:hn_ndis_ver (Results 1 – 4 of 4) sorted by relevance
541 ndis.nvs_ndis_major = HN_NDIS_VERSION_MAJOR(sc->hn_ndis_ver); in hn_nvs_init_ndis()542 ndis.nvs_ndis_minor = HN_NDIS_VERSION_MINOR(sc->hn_ndis_ver); in hn_nvs_init_ndis()563 HN_NDIS_VERSION_MAJOR(sc->hn_ndis_ver), in hn_nvs_init()564 HN_NDIS_VERSION_MINOR(sc->hn_ndis_ver)); in hn_nvs_init()585 sc->hn_ndis_ver = HN_NDIS_VERSION_6_30; in hn_nvs_init()587 sc->hn_ndis_ver = HN_NDIS_VERSION_6_1; in hn_nvs_init()592 HN_NDIS_VERSION_MAJOR(sc->hn_ndis_ver), in hn_nvs_init()593 HN_NDIS_VERSION_MINOR(sc->hn_ndis_ver)); in hn_nvs_init()
416 if (sc->hn_ndis_ver < HN_NDIS_VERSION_6_20) in hn_rndis_query_rsscaps()604 if (sc->hn_ndis_ver < HN_NDIS_VERSION_6_30) { in hn_rndis_conf_offload()782 KASSERT(sc->hn_ndis_ver >= HN_NDIS_VERSION_6_20, in hn_rndis_conf_rss()783 ("NDIS 6.20+ is required, NDIS version 0x%08x", sc->hn_ndis_ver)); in hn_rndis_conf_rss()952 if (sc->hn_ndis_ver >= HN_NDIS_VERSION_6_30) { in hn_rndis_query_hwcaps()955 } else if (sc->hn_ndis_ver >= HN_NDIS_VERSION_6_1) { in hn_rndis_query_hwcaps()
246 uint32_t hn_ndis_ver; member
4474 HN_NDIS_VERSION_MAJOR(sc->hn_ndis_ver), in hn_ndis_version_sysctl()4475 HN_NDIS_VERSION_MINOR(sc->hn_ndis_ver)); in hn_ndis_version_sysctl()