Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h374 list_insert_head(&state->id_ah_active, ce); \
381 list_remove(&state->id_ah_active, ce); \
388 list_get_head(&state->id_ah_active)
869 struct list id_ah_active; member
/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c312 ace = list_head(&state->id_ah_active); in ibd_rc_conn_timeout_call()
314 ace = list_next(&state->id_ah_active, ace); in ibd_rc_conn_timeout_call()
2606 ace = list_head(&state->id_ah_active); in ibd_rc_close_all_chan()
2608 ace = list_next(&state->id_ah_active, ace); in ibd_rc_close_all_chan()
H A Dibd.c674 ibd_state_t::id_ah_active)) in _NOTE()
1393 list_create(&state->id_ah_active, sizeof (ibd_ace_t), in ibd_acache_init()
1444 list_destroy(&state->id_ah_active); in ibd_acache_fini()
1586 ibd_ace_t *ptr = list_tail(&state->id_ah_active); in ibd_acache_get_unref()
1615 ptr = list_prev(&state->id_ah_active, ptr); in ibd_acache_get_unref()
1997 ace = list_head(&state->id_ah_active); in ibd_async_link()
2001 ace = list_next(&state->id_ah_active, ace); in ibd_async_link()