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);
192 ep_ptr = (dapl_llist_is_empty(&ia_ptr->ep_list_head)
193 ? NULL : dapl_llist_peek_head(&ia_ptr->ep_list_head));
195 next_ep_ptr = dapl_llist_next_entry(&ia_ptr->ep_list_head,
373 !dapl_llist_is_empty(&ia_ptr->ep_list_head) ||
511 dapl_os_assert(dapl_llist_is_empty(&ia_ptr->ep_list_head));
550 dapl_llist_add_head(&ia_ptr->ep_list_head,
578 (void) dapl_llist_remove_entry(&ia_ptr->ep_list_head,
H A Ddapl_osd.c423 while (!dapl_llist_is_empty(&ia_ptr->ep_list_head)) {
425 &ia_ptr->ep_list_head);
/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));
1283 ep_ptr = (DAPL_EP *)dapl_llist_next_entry(&ia_ptr->ep_list_head,
1292 &ia_ptr->ep_list_head,
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h393 DAPL_LLIST_HEAD ep_list_head; /* EP queue */ member in struct:dapl_ia

Completed in 77 milliseconds