Searched refs:across_from_list (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_qos_policy.h98 cl_list_t across_from_list; /* list of strings (port group names) */ member in struct:osm_qos_sl2vl_scope
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c248 cl_list_init(&p->across_from_list, 10);
263 cl_list_apply_func(&p->across_from_list, __free_single_element, NULL);
267 cl_list_remove_all(&p->across_from_list);
271 cl_list_destroy(&p->across_from_list);
H A Dosm_qos_parser_y.y1445 cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
1469 cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
2492 !cl_list_count(&p_current_sl2vl_scope->across_from_list) )

Completed in 195 milliseconds