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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_umadt.h93 cl_qlist_t trans_ctxt_list; member in struct:_mad_bind_info_t
/freebsd-10.2-release/contrib/ofed/management/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);
849 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list);
850 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
852 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
988 cl_qlist_find_from_head(&p_mad_bind_info->trans_ctxt_list,
993 cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
998 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list,
1071 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list);
1072 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) {
[all...]

Completed in 104 milliseconds