Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1399 #define SP_CNT_MASK UINT32_C(0x1fffffff) macro
1403 (-((x)&(SP_CNT_MASK))):(x)&(SP_CNT_MASK))
1414 #define SP_CNT_MASK UINT64_C(0x1fffffffffffffff) macro
1418 (-((x)&(SP_CNT_MASK))):(x)&(SP_CNT_MASK))
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c113 if (cnt > MIN(SP_CNT_MASK, INT32_MAX)) \
116 if (-(cnt) > MIN(SP_CNT_MASK, INT32_MAX)) \