Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mcast_mgr.c402 cl_qlist_t * list_array, uint8_t array_size) in mcast_mgr_subdivide() argument
460 cl_qlist_insert_tail(&list_array[port_num], &p_wobj->list_item); in mcast_mgr_subdivide()
497 cl_qlist_t *list_array = NULL; in mcast_mgr_branch() local
576 list_array = malloc(sizeof(cl_qlist_t) * max_children); in mcast_mgr_branch()
577 if (list_array == NULL) { in mcast_mgr_branch()
586 memset(list_array, 0, sizeof(cl_qlist_t) * max_children); in mcast_mgr_branch()
589 cl_qlist_init(&list_array[i]); in mcast_mgr_branch()
591 mcast_mgr_subdivide(sm, mlid_ho, p_sw, p_list, list_array, max_children); in mcast_mgr_branch()
621 p_port_list = &list_array[i]; in mcast_mgr_branch()
735 free(list_array); in mcast_mgr_branch()