Home
last modified time | relevance | path

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

/freebsd-src/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y188 static cl_list_t __ulp_match_rules; variable
2682 cl_list_insert_tail(&__ulp_match_rules, in __parser_ulp_match_rule_end()
2773 cl_list_construct(&__ulp_match_rules); in __setup_ulp_match_rules()
2774 cl_list_init(&__ulp_match_rules, 10); in __setup_ulp_match_rules()
2785 list_iterator = cl_list_head(&__ulp_match_rules); in __process_ulp_match_rules()
2786 while (list_iterator != cl_list_end(&__ulp_match_rules)) in __process_ulp_match_rules()
2794 cl_list_remove_all(&__ulp_match_rules); in __process_ulp_match_rules()