Home
last modified time | relevance | path

Searched refs:cl_list_remove_head (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port.c420 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList); in physp_update_new_dr_path()
424 p_physp = (osm_physp_t *) cl_list_remove_head(&tmpPortsList); in physp_update_new_dr_path()
505 p_physp = (osm_physp_t *) cl_list_remove_head(p_currPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()
563 cl_list_remove_head(p_currPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()
568 cl_list_remove_head in osm_physp_replace_dr_path_with_alternate_dr_path()
572 cl_list_remove_head(p_nextPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()
575 cl_list_remove_head in osm_physp_replace_dr_path_with_alternate_dr_path()
H A Dosm_db_pack.c147 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_guid2lid_guids()
214 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_guid2mkey_guids()
276 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_neighbor_guids()
H A Dosm_inform.c807 p_infr_rec = (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list); in osm_report_notice()
810 (osm_infr_t *) cl_list_remove_head(&infr_to_remove_list); in osm_report_notice()
H A Dosm_db_files.c151 while ((p_domain = cl_list_remove_head(&p_db->domains)) != NULL) { in osm_db_destroy()
H A Dosm_ucast_ftree.c1554 p_sw = (ftree_sw_t *) cl_list_remove_head(&bfs_list); in bfs_fabric_indexing()
3200 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list); in rank_switches_from_leafs()
3682 p_sw = (ftree_sw_t *) cl_list_remove_head(p_ranking_bfs_list); in fabric_rank_from_roots()
H A Dosm_ucast_lash.c247 *sw = (switch_t *) cl_list_remove_head(bfsq); in dequeue()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c204 *) (cl_list_remove_head(&retry_madw_p_list)); in __osm_transaction_mgr_callback()
230 *) (cl_list_remove_head(&retry_madw_p_list)); in __osm_transaction_mgr_callback()
235 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list)); in __osm_transaction_mgr_callback()
260 madw_p = (osm_madw_t *) (cl_list_remove_head(&tmp_madw_p_list)); in __osm_transaction_mgr_callback()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h691 static inline void *cl_list_remove_head(IN cl_list_t * const p_list) in cl_list_remove_head() function
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_list.c448 cl_list_remove_head(p_list); in cl_list_insert_array_head()