Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c12837 if ((idn.xmit_tid == NULL) || !idn.xmit_chanset_wanted) { in idn_xmit_monitor()
12838 idn.xmit_tid = NULL; in idn_xmit_monitor()
12930 idn.xmit_tid = NULL; in idn_xmit_monitor()
12932 idn.xmit_tid = timeout(idn_xmit_monitor, NULL, in idn_xmit_monitor()
12954 if (idn.xmit_tid != (timeout_id_t)NULL) { in idn_xmit_monitor_kickoff()
12967 idn.xmit_tid = timeout(idn_xmit_monitor, NULL, idn_xmit_monitor_freq); in idn_xmit_monitor_kickoff()
H A Didn.c1430 idn.xmit_tid = (timeout_id_t)NULL; in idn_xmit_monitor_init()
1441 if ((tid = idn.xmit_tid) != (timeout_id_t)NULL) { in idn_xmit_monitor_deinit()
1442 idn.xmit_tid = (timeout_id_t)NULL; in idn_xmit_monitor_deinit()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2667 timeout_id_t xmit_tid; /* xmit_lock */ member