Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dpshot.h123 #define PSHOT_NODENUM_BITS() pshot_numbits(PSHOT_MAX_MINOR_PERINST) macro
/titanic_44/usr/src/uts/common/io/
H A Dpshot.c1011 return (((minor_t)inst << PSHOT_NODENUM_BITS()) | in pshot_minor_encode()
1012 (((1 << PSHOT_NODENUM_BITS()) - 1) & nodenum)); in pshot_minor_encode()
1021 return (minor >> PSHOT_NODENUM_BITS()); in pshot_minor_decode_inst()
1030 return (minor & ((1 << PSHOT_NODENUM_BITS()) - 1)); in pshot_minor_decode_nodenum()