Home
last modified time | relevance | path

Searched refs:IDNP_CON (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c295 IDNP_CON,
1943 (void *)IDNP_CON); in idn_check_nego()
2495 mt.mt_mtype = IDNP_CON; in idn_send_con()
2517 IDN_MSGTIMER_START(domid, IDNP_CON, (ushort_t)contype, in idn_send_con()
2518 idn_msg_waittime[IDNP_CON], &mt.mt_cookie); in idn_send_con()
2562 mt.mt_atype = IDNP_CON; in idn_recv_con()
2777 mt.mt_mtype = IDNP_CON | IDNP_ACK; in idn_action_con_pend()
2809 mt.mt_mtype = IDNP_CON | IDNP_ACK; in idn_action_con_sent()
4451 case IDNP_CON: in idn_xstate_transfunc()
4465 token = IDN_RETRY_TOKEN(domid, (msg == IDNP_CON) ? in idn_xstate_transfunc()
[all …]
H A Didn.c1457 idn_msg_waittime[IDNP_CON] = idn_msgwait_con * hz; in idn_init_msg_waittime()
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h934 #define IDNP_CON 0x02 macro