Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
HDosm_qos_policy.c237 cl_list_init(&p->across_from_list, 10); in osm_qos_policy_sl2vl_scope_create()
252 cl_list_apply_func(&p->across_from_list, __free_single_element, NULL); in osm_qos_policy_sl2vl_scope_destroy()
256 cl_list_remove_all(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()
260 cl_list_destroy(&p->across_from_list); in osm_qos_policy_sl2vl_scope_destroy()
HDosm_qos_parser_y.y1542 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
1566 … cl_list_insert_tail(&p_current_sl2vl_scope->across_from_list,tmp_str);
2601 !cl_list_count(&p_current_sl2vl_scope->across_from_list) ) in __parser_sl2vl_scope_end()
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
HDosm_qos_policy.h98 cl_list_t across_from_list; /* list of strings (port group names) */ member