Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h329 timeout_id_t ti_tmo_id; member
/titanic_50/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1810 ASSERT(timerp->ti_tmo_id != 0); in daplka_timer_thread()
1811 timerp->ti_tmo_id = 0; in daplka_timer_thread()
1943 timerp->ti_tmo_id = 0; in daplka_timer_info_alloc()
1958 ASSERT(timerp->ti_tmo_id == 0); in daplka_timer_info_free()
1999 ASSERT(timerp->ti_tmo_id != 0); in daplka_cancel_timer()
2005 (void) untimeout(timerp->ti_tmo_id); in daplka_cancel_timer()
2006 timerp->ti_tmo_id = 0; in daplka_cancel_timer()
2279 timerp->ti_tmo_id = timeout(daplka_timer_handler, in daplka_ep_connect()