Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1913 uint64_t timer_hkey = (uintptr_t)arg; in daplka_timer_handler() local
1916 D2("timer_handler: timer_hkey 0x%llx\n", (longlong_t)timer_hkey); in daplka_timer_handler()
1919 timer_hkey, (void **)&timerp); in daplka_timer_handler()
2072 uint64_t timer_hkey = 0; in daplka_ep_connect() local
2242 timer_hkey = (uint64_t)daplka_timer_hkey_gen(); in daplka_ep_connect()
2244 &timer_hkey, (void *)timerp); in daplka_ep_connect()
2250 ep_rp->ep_timer_hkey = timer_hkey; in daplka_ep_connect()
2253 (longlong_t)timer_hkey); in daplka_ep_connect()
2278 ASSERT(timer_hkey != 0); in daplka_ep_connect()
2280 (void *)(uintptr_t)timer_hkey, tmo); in daplka_ep_connect()
[all …]