Searched refs:NDIS_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
393 ndis.ndis_major = NDIS_VERSION_MAJOR(hv->ndis_ver); in hn_nvs_init_ndis()431 hv->nvs_ver, NDIS_VERSION_MAJOR(hv->ndis_ver), in hn_nvs_init()
18 #define NDIS_VERSION_MAJOR(ver) (((ver) & 0xffff0000) >> 16) macro