Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h943 #define VALID_MSGTYPE(m) (((m) >= IDNP_NEGO) && ((m) < IDN_NUM_MSGTYPES)) macro
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c5604 if (!VALID_MSGTYPE(mtype)) { in idn_recv_proto()