Searched refs:trans_ctxt_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_umadt.h93 cl_qlist_t trans_ctxt_list; member in struct:_mad_bind_info_t
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c569 cl_qlist_insert_tail(&p_mad_bind_info->trans_ctxt_list,
793 cl_qlist_init(&p_mad_bind_info->trans_ctxt_list);
847 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list);
848 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
850 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
984 cl_qlist_find_from_head(&p_mad_bind_info->trans_ctxt_list,
989 cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
994 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
1061 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list);
1062 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
[all...]

Completed in 49 milliseconds