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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_policy.c430 cl_list_construct(&p_qos_policy->qos_levels);
431 cl_list_init(&p_qos_policy->qos_levels, 10);
490 list_iterator = cl_list_head(&p_qos_policy->qos_levels);
491 while (list_iterator != cl_list_end(&p_qos_policy->qos_levels)) {
497 cl_list_remove_all(&p_qos_policy->qos_levels);
498 cl_list_destroy(&p_qos_policy->qos_levels);
756 list_iterator = cl_list_head(&p_qos_policy->qos_levels);
757 while (list_iterator != cl_list_end(&p_qos_policy->qos_levels)) {
H A Dosm_qos_parser_y.y540 qos_levels_section: TK_QOS_LEVELS_START qos_levels TK_QOS_LEVELS_END
543 qos_levels: /* empty */ label
544 | qos_levels qos_level
2637 cl_list_insert_tail(&p_qos_policy->qos_levels,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_qos_policy.h148 cl_list_t qos_levels; /* list of osm_qos_level_t */ member in struct:osm_qos_policy

Completed in 243 milliseconds