Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/rsm/
H A Drsm_in.h48 #define RSMIPC_SZ 10 /* number of outstanding requests, max: 256 */ macro
377 rsmipc_slot_t slots[RSMIPC_SZ];
/titanic_50/usr/src/uts/common/io/rsm/
H A Drsm.c630 rsm_ipc.count = RSMIPC_SZ; in _init()
636 for (e = 0; e < RSMIPC_SZ; e++) { in _init()
3709 if (cookie->ic.index >= RSMIPC_SZ) { in rsm_intr_reply()
3715 ASSERT(cookie->ic.index < RSMIPC_SZ); in rsm_intr_reply()
5239 for (i = 0; i < RSMIPC_SZ; i++, slot++) { in rsmipc_alloc()
5246 ASSERT(i < RSMIPC_SZ); in rsmipc_alloc()
5278 ASSERT(rsm_ipc.count <= RSMIPC_SZ); in rsmipc_free()