Searched refs:cl_list_insert_tail (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_qos_parser_y.y | 724 cl_list_insert_tail(&p_current_qos_match_rule->destination_group_list, 898 cl_list_insert_tail(&p_current_qos_match_rule->destination_group_list, 1301 cl_list_insert_tail(&p_current_vlarb_scope->group_list,tmp_str); 1323 … cl_list_insert_tail(&p_current_vlarb_scope->across_list,tmp_str); 1368 … cl_list_insert_tail(&p_current_vlarb_scope->vlarb_high_list,num_pair); 1390 … cl_list_insert_tail(&p_current_vlarb_scope->vlarb_low_list,num_pair); 1423 cl_list_insert_tail(&p_current_sl2vl_scope->group_list,tmp_str); 1445 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str); 1446 … cl_list_insert_tail(&p_current_sl2vl_scope->across_to_list,strdup(tmp_str)); 1469 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str); [all …]
|
| HD | osm_db_files.c | 252 cl_list_insert_tail(&p_db->domains, p_domain); in osm_db_domain_init() 520 cl_list_insert_tail(p_list, (void *)key); in __osm_get_key_of_tbl_entry()
|
| HD | osm_port.c | 620 cl_list_insert_tail(p_nextPortsList, p_physp); in osm_physp_replace_dr_path_with_alternate_dr_path() 683 cl_list_insert_tail(p_nextPortsList, in osm_physp_replace_dr_path_with_alternate_dr_path()
|
| HD | osm_ucast_ftree.c | 1468 cl_list_insert_tail(&bfs_list, in __osm_ftree_fabric_make_indexing() 1512 cl_list_insert_tail(&bfs_list, in __osm_ftree_fabric_make_indexing() 1550 cl_list_insert_tail(&bfs_list, in __osm_ftree_fabric_make_indexing() 2693 cl_list_insert_tail(p_ranking_bfs_list, in __osm_ftree_rank_switches_from_leafs() 2785 cl_list_insert_tail(p_ranking_bfs_list, p_sw); in __osm_ftree_rank_leaf_switches() 3098 cl_list_insert_tail(&ranking_bfs_list, p_sw); in __osm_ftree_fabric_rank_from_roots() 3148 cl_list_insert_tail(&ranking_bfs_list, in __osm_ftree_fabric_rank_from_roots()
|
| HD | osm_qos_policy.c | 934 cl_list_insert_tail(&p_qos_match_rule-> in osm_qos_policy_validate() 963 cl_list_insert_tail(&p_qos_match_rule-> in osm_qos_policy_validate()
|
| HD | osm_inform.c | 523 cl_list_insert_tail(p_infr_to_remove_list, p_infr_rec); in __match_notice_to_inf_rec()
|
| HD | osm_ucast_lash.c | 274 cl_list_insert_tail(bfsq, sw); in enqueue()
|
| /trueos/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_mtl_transaction_mgr.c | 118 cl_list_insert_tail(&retry_madw_p_list, osm_madw_req_p); in __osm_transaction_mgr_callback() 155 cl_list_insert_tail(&tmp_madw_p_list, in __osm_transaction_mgr_callback()
|
| /trueos/contrib/ofed/management/opensm/include/complib/ |
| HD | cl_list.h | 445 cl_list_insert_tail(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_tail() function
|
| /trueos/contrib/ofed/management/opensm/complib/ |
| HD | cl_list.c | 493 status = cl_list_insert_tail(p_list, p_object); in cl_list_insert_array_tail()
|