Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c355 cl_list_init(&p->source_group_list, 10); in osm_qos_policy_match_rule_create()
399 cl_list_remove_all(&p->source_group_list); in osm_qos_policy_match_rule_destroy()
400 cl_list_destroy(&p->source_group_list); in osm_qos_policy_match_rule_destroy()
613 if (cl_list_count(&p_qos_match_rule->source_group_list) in __qos_policy_get_match_rule_by_params()
618 source_group_list)) in __qos_policy_get_match_rule_by_params()
630 && !cl_list_count(&p_qos_match_rule->source_group_list)) { in __qos_policy_get_match_rule_by_params()
645 if (cl_list_count(&p_qos_match_rule->source_group_list) in __qos_policy_get_match_rule_by_params()
650 source_group_list) in __qos_policy_get_match_rule_by_params()
909 source_group_list, in osm_qos_policy_validate()
H A Dosm_qos_parser_y.y772 cl_list_insert_tail(&p_current_qos_match_rule->source_group_list,
807 cl_list_insert_tail(&p_current_qos_match_rule->source_group_list,
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h129 cl_list_t source_group_list; /* list of pointers to relevant port-group */ member