Searched refs:NDIS_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
394 ndis.ndis_minor = NDIS_VERSION_MINOR(hv->ndis_ver); in hn_nvs_init_ndis()432 NDIS_VERSION_MINOR(hv->ndis_ver)); in hn_nvs_init()
19 #define NDIS_VERSION_MINOR(ver) ((ver) & 0xffff) macro