Home
last modified time | relevance | path

Searched refs:cl_qlist_remove_item (Results 1 – 15 of 15) sorted by relevance

/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_timer.c181 cl_qlist_remove_item(&gp_timer_prov->queue, in __cl_timer_prov_cb()
316 cl_qlist_remove_item(&gp_timer_prov->queue, in cl_timer_start()
373 cl_qlist_remove_item(&gp_timer_prov->queue, in cl_timer_stop()
HDcl_event_wheel.c319 cl_qlist_remove_item(&p_event_wheel->events_wheel, in cl_event_wheel_reg()
421 cl_qlist_remove_item(&p_event_wheel->events_wheel, in cl_event_wheel_unreg()
HDcl_list.c342 cl_qlist_remove_item(p_src_list, p_current_item); in cl_qlist_move_items()
416 cl_qlist_remove_item(&p_list->list, p_list_item); in cl_list_remove_object()
HDcl_dispatcher.c293 cl_qlist_remove_item(&p_disp->reg_list, (cl_list_item_t *) p_reg); in cl_disp_unregister()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_mtl_transaction_mgr.c139 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback()
151 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in __osm_transaction_mgr_callback()
471 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in osm_transaction_mgr_erase_madw()
525 cl_qlist_remove_item(trans_mgr_p->madw_reqs_list_p, in osm_transaction_mgr_get_madw_for_tid()
HDosm_vendor_umadt.c852 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in osm_vendor_unbind()
863 cl_qlist_remove_item(&p_mad_bind_info->timeout_list, in osm_vendor_unbind()
998 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in __mad_recv_processor()
1080 cl_qlist_remove_item(&p_mad_bind_info->trans_ctxt_list, in __osm_vendor_timer_callback()
1106 cl_qlist_remove_item(&p_mad_bind_info->timeout_list, in __osm_vendor_timer_callback()
HDosm_vendor_mlx_ibmgt.c514 cl_qlist_remove_item(p_list, p_item); in osmv_transport_done()
554 cl_qlist_remove_item(p_list, p_item); in osmv_transport_done()
HDosm_vendor_mlx_anafa.c359 cl_qlist_remove_item(p_bh_list, p_item); in osm_vendor_unbind()
HDosm_vendor_mlx.c342 cl_qlist_remove_item(p_bh_list, p_item); in osm_vendor_unbind()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_service.c163 cl_qlist_remove_item(&p_subn->sa_sr_list, &p_svcr->list_item); in osm_svcr_remove_from_db()
HDosm_inform.c290 cl_qlist_remove_item(&p_subn->sa_infr_list, &p_infr->list_item); in osm_infr_remove_from_db()
HDosm_port.c287 cl_qlist_remove_item(&p_port->mcm_list, p_mcm); in osm_port_remove_mgrp()
HDosm_lid_mgr.c696 cl_qlist_remove_item(&p_mgr->free_ranges, in __osm_lid_mgr_find_free_lid_range()
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_list.h852 cl_qlist_remove_item(&p_list->list, (cl_list_item_t *) iterator); in cl_list_remove_item()
HDcl_qlist.h1265 cl_qlist_remove_item(IN cl_qlist_t * const p_list, in cl_qlist_remove_item() function