Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c349 osm_qos_match_rule_t *osm_qos_policy_match_rule_create() in osm_qos_policy_match_rule_create()
351 osm_qos_match_rule_t *p = in osm_qos_policy_match_rule_create()
352 (osm_qos_match_rule_t *) calloc(1, sizeof(osm_qos_match_rule_t)); in osm_qos_policy_match_rule_create()
365 void osm_qos_policy_match_rule_destroy(osm_qos_match_rule_t * p) in osm_qos_policy_match_rule_destroy()
452 osm_qos_match_rule_t *p_qos_match_rule = NULL; in osm_qos_policy_destroy()
503 (osm_qos_match_rule_t *) cl_list_obj(list_iterator); in osm_qos_policy_destroy()
574 static osm_qos_match_rule_t *__qos_policy_get_match_rule_by_params( in __qos_policy_get_match_rule_by_params()
583 osm_qos_match_rule_t *p_qos_match_rule = NULL; in __qos_policy_get_match_rule_by_params()
604 (osm_qos_match_rule_t *) cl_list_obj(list_iterator); in __qos_policy_get_match_rule_by_params()
804 osm_qos_match_rule_t * p_qos_match_rule, in __qos_policy_validate_pkey()
[all …]
H A Dosm_qos_parser_y.y173 osm_qos_match_rule_t * p_current_qos_match_rule = NULL;
2783 osm_qos_match_rule_t *p_qos_match_rule = NULL; in __process_ulp_match_rules()
2788 p_qos_match_rule = (osm_qos_match_rule_t *) cl_list_obj(list_iterator); in __process_ulp_match_rules()
/freebsd-src/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h140 } osm_qos_match_rule_t; typedef
178 osm_qos_match_rule_t * osm_qos_policy_match_rule_create();
179 void osm_qos_policy_match_rule_destroy(osm_qos_match_rule_t * p_match_rule);