Home
last modified time | relevance | path

Searched refs:HME_REV_VERS_MASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.h59 #define HME_REV_VERS_MASK 0x0f /* Mask to retain bits for cheerio ver */ macro
H A Dhme.c1408 hm_rev = HME_1C0_REVID | (hm_rev & HME_REV_VERS_MASK); in hmeattach()