Searched refs:trans_ctxt_list (Results 1 – 2 of 2) sorted by relevance
569 cl_qlist_insert_tail(&p_mad_bind_info->trans_ctxt_list, in osm_vendor_send()793 cl_qlist_init(&p_mad_bind_info->trans_ctxt_list); in osm_vendor_bind()847 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list); in osm_vendor_unbind()848 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in osm_vendor_unbind()850 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in osm_vendor_unbind()984 cl_qlist_find_from_head(&p_mad_bind_info->trans_ctxt_list, in __mad_recv_processor()989 cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in __mad_recv_processor()994 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in __mad_recv_processor()1061 p_list_item = cl_qlist_head(&p_mad_bind_info->trans_ctxt_list); in __osm_vendor_timer_callback()1062 while (p_list_item != cl_qlist_end(&p_mad_bind_info->trans_ctxt_list)) { in __osm_vendor_timer_callback()[all …]
93 cl_qlist_t trans_ctxt_list; member