Home
last modified time | relevance | path

Searched refs:cl_list_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y672 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
693 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
714 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
749 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
784 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
836 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
883 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
930 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
964 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
1019 if (!cl_list_count(&tmp_parser_struct.num_pair_list))
[all …]
H A Dosm_qos_policy.c594 if (!cl_list_count(&p_qos_policy->qos_match_rules)) in __qos_policy_get_match_rule_by_params()
613 if (cl_list_count(&p_qos_match_rule->source_group_list) in __qos_policy_get_match_rule_by_params()
614 && !cl_list_count(&p_qos_match_rule->destination_group_list)) { in __qos_policy_get_match_rule_by_params()
629 if (cl_list_count(&p_qos_match_rule->destination_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()
646 && cl_list_count(&p_qos_match_rule->destination_group_list)) { in __qos_policy_get_match_rule_by_params()
890 if (cl_list_count(&p_qos_match_rule->source_list)) { in osm_qos_policy_validate()
918 if (cl_list_count(&p_qos_match_rule->destination_list)) { in osm_qos_policy_validate()
H A Dosm_ucast_ftree.c3649 num_roots = cl_list_count(p_ranking_bfs_list); in fabric_load_roots()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h1271 static inline size_t cl_list_count(IN const cl_list_t * const p_list) in cl_list_count() function