Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.h209 #define INO_BITS 6 /* INO#s are 6 bits long */ macro
221 (((portid) << INO_BITS) | ((devino) & INO_MASK))
H A Dpx_hlib.c2256 pxu_p->portid) << INO_BITS); in hvio_msiq_init()