Home
last modified time | relevance | path

Searched refs:NCALL_DATA_SZ (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.h70 #define NSC_NCIO_MAXDATA (NCALL_DATA_SZ - FBA_SIZE(1))
H A Dnsc_ncallio.c237 if (sizeof (*rw) > NCALL_DATA_SZ) { in nsc_ncio_rwb()
239 ASSERT(sizeof (*rw) <= NCALL_DATA_SZ); in nsc_ncio_rwb()
492 if (sizeof (*size) > NCALL_DATA_SZ) { in nsc_ncio_attach()
494 ASSERT(sizeof (*size) <= NCALL_DATA_SZ); in nsc_ncio_attach()
H A Dnsc_dev.c1204 ASSERT(sizeof (nsc_rval_t) <= NCALL_DATA_SZ); in _nsc_setval()
1286 ASSERT(sizeof (nsc_rval_t) <= NCALL_DATA_SZ); in r_nsc_setval_all()
/titanic_41/usr/src/uts/common/avs/ncall/
H A Dncall.h46 #define NCALL_DATA_SZ 8192 /* ncall_put/get_data max size */ macro