Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_util.c100 dapl_llist_init_head(&ia_ptr->ep_list_head); in dapl_ia_alloc()
191 ep_ptr = (dapl_llist_is_empty(&ia_ptr->ep_list_head) in dapl_ia_abrupt_close()
192 ? NULL : dapl_llist_peek_head(&ia_ptr->ep_list_head)); in dapl_ia_abrupt_close()
194 next_ep_ptr = dapl_llist_next_entry(&ia_ptr->ep_list_head, in dapl_ia_abrupt_close()
371 !dapl_llist_is_empty(&ia_ptr->ep_list_head) || in dapl_ia_graceful_close()
509 dapl_os_assert(dapl_llist_is_empty(&ia_ptr->ep_list_head)); in dapls_ia_free()
548 dapl_llist_add_head(&ia_ptr->ep_list_head, in dapl_ia_link_ep()
576 (void) dapl_llist_remove_entry(&ia_ptr->ep_list_head, in dapl_ia_unlink_ep()
H A Ddapl_osd.c423 while (!dapl_llist_is_empty(&ia_ptr->ep_list_head)) { in dapls_osd_fork_cleanup()
425 &ia_ptr->ep_list_head); in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1280 dapl_os_assert(!dapl_llist_is_empty(&ia_ptr->ep_list_head)); in dapls_ib_async_callback()
1283 ep_ptr = (DAPL_EP *)dapl_llist_next_entry(&ia_ptr->ep_list_head, in dapls_ib_async_callback()
1292 &ia_ptr->ep_list_head, in dapls_ib_async_callback()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h387 DAPL_LLIST_HEAD ep_list_head; /* EP queue */ member