Searched refs:cr_list_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_sp_util.c100 dapl_llist_init_head(&sp_ptr->cr_list_head);
127 dapl_os_assert(dapl_llist_is_empty(&sp_ptr->cr_list_head));
159 dapl_llist_add_tail(&sp_ptr->cr_list_head,
193 cr_ptr = (DAPL_CR *) dapl_llist_peek_head(&sp_ptr->cr_list_head);
201 } while ((void *)cr_ptr != (void *)sp_ptr->cr_list_head->data);
232 if (dapl_llist_is_empty(&sp_ptr->cr_list_head)) {
240 (void) dapl_llist_remove_entry(&sp_ptr->cr_list_head,
H A Ddapl_osd.c468 cr_list_head)) {
471 &sp_ptr->cr_list_head);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h560 DAPL_LLIST_HEAD cr_list_head; /* CR pending queue */ member in struct:dapl_sp

Completed in 82 milliseconds